fn interp_get_namespace_exports(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Get exports from a namespace (list functions in a package).
@param ns character scalar: namespace name (e.g. “base”, “stats”, “utils”) @return character vector of function names in that namespace @namespace base