Skip to main content

interp_find_on_search_path

Function interp_find_on_search_path 

Source
fn interp_find_on_search_path(
    args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Find which namespace a function belongs to.

@param what character scalar: function name to look up @return character vector of namespace names where the function is registered @namespace utils