.rxC {rxode2} | R Documentation |
Return the C code of an internal function
Description
Return the C code of an internal function
Usage
.rxC(fun)
Arguments
fun |
is the string of a function that you wish to get the C code for |
Value
C code if found (as a string) or NULL if not found
Author(s)
Matthew Fider
[Package rxode2 version 3.0.4 Index]