fn interp_load(
positional: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Load a workspace file (saved with save()) into an environment.
@param file character scalar: path to the workspace file @param envir environment to load bindings into (default: calling environment) @return character vector of names of loaded objects