Learn R Programming

rxode2parse (version 2.0.18)

.rxC: Return the C code of an internal function

Description

Return the C code of an internal function

Usage

.rxC(fun)

Value

C code if found (as a string) or NULL if not found

Arguments

fun

is the string of a function that you wish to get the C code for

Author

Matthew Fider