我很难找到从R控制台检索用户输入的解决方案。虽然有RCPP :: RCOUT用于打印和返回输出,但STD :: CIN似乎没有类似的Funciton。 #include<Rcpp.h> // [[Rcpp::export]] Rcpp::Stringcola(){ Rcpp::Rcout <<"Pick a drink:"<<std::endl<<"1 - Espresso"<<std::endl<<"2 - Americano"<<std::...