RInside Version 0.2.16
hello.c
Go to the documentation of this file.
1
#include <
RInside_C.h
>
2
3
int
main
() {
4
setupRinC
();
5
evalQuietlyInR
(
"print('Hello, World')"
);
6
teardownRinC
();
7
}
evalQuietlyInR
void evalQuietlyInR(char *cmd)
Definition:
RInside_C.cpp:43
setupRinC
void setupRinC()
Definition:
RInside_C.cpp:26
main
int main()
Definition:
hello.c:3
RInside_C.h
teardownRinC
void teardownRinC()
Definition:
RInside_C.cpp:48
inst
examples
c_interface
hello.c
Generated on Wed Mar 11 2020 22:27:24 for RInside Version 0.2.16 by
1.8.13