fn interp_loaded_namespaces(
_args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
List all loaded namespace names.
Returns names of all namespaces that have been loaded (via library(), loadNamespace(), etc.), plus builtin namespaces.
@return character vector of namespace names