Skip to main content

interp_detach

Function interp_detach 

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

Detach a package from the search path.

@param name the search path entry to detach (e.g. “package:dplyr”) @return NULL (invisibly)