10 std::string
hello( std::string who ){
11 std::string result(
"hello " ) ;
16 int main(
int argc,
char *argv[]) {
22 R[
"hello"] = Rcpp::InternalFunction( &
hello ) ;
25 std::string result = R.
parseEvalNT(
"hello(\"world\")") ;
26 std::cout <<
"hello( 'world') = " << result << std::endl ;
Proxy parseEvalNT(const std::string &line)
std::string hello(std::string who)
int main(int argc, char *argv[])