|
RInside Version 0.2.6
|
#include <RInside.h>
Go to the source code of this file.
Functions | |
| const char * | hello (std::string who) |
| RCPP_MODULE (bling) | |
| int | main (int argc, char *argv[]) |
| const char* hello | ( | std::string | who | ) |
Definition at line 10 of file rinside_module_sample0.cpp.
Referenced by main(), and RCPP_MODULE().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 21 of file rinside_module_sample0.cpp.
References RInside::parseEval().

| RCPP_MODULE | ( | bling | ) |
Definition at line 16 of file rinside_module_sample0.cpp.
References hello().
