search for: unknwn_handle

Displaying 1 result from an estimated 1 matches for "unknwn_handle".

2011 Nov 08
1
Question on parsing R code from C
...l section 5.12, and the related source code example. I have some questions: 1. I need to declare the types and function signatures that I am going to use for this task without having to actually include the R headers. Can I safely declare SEXP according to the following ? typedef struct SEXP *unknwn_handle; More in general, is there a reference document for the C API (listing function signatures, and type definitions) ? 2. If the parsed R code of the working implementation contain commands like plot(), will the opportune windows pop-up as if I were using the R shell (on both windows and unix syst...