internal_rave_function {ravetools} | R Documentation |
Get external function from 'RAVE'
Description
Internal function used for examples relative to 'RAVE' project and should not be used directly.
Usage
internal_rave_function(name, pkg, inherit = TRUE, on_missing = NULL)
Arguments
name |
function or variable name |
pkg |
'RAVE' package name |
inherit |
passed to |
on_missing |
default value to return of no function is found |
Value
Function object if found, otherwise on_missing
.
[Package ravetools version 0.1.7 Index]