implementedRapiEntries
Enumerate Implemented Rapi Entries
Description
Enumerates all of the C-language R API entries that have been implemented
by this version of TIBCO Enterprise Runtime for R.
Usage
implementedRapiEntries(prototypes = FALSE)
Arguments
prototypes |
a logical flag. If FALSE (the default), returns the symbol name of the API entries.
If TRUE, returns the C-language prototype declaration of the API
entries.
|
Value
returns a character vector with the names or C-language prototype declarations
(depending on the value of the prototypes argument) of all C-language
R API entries that have been implemented by this version of TIBCO Enterprise Runtime for R.
Examples
implementedRapiEntries()