Skip to main content

builtin_global_variables

Function builtin_global_variables 

Source
fn builtin_global_variables(
    _args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

globalVariables — declare global variables (no-op, suppresses R CMD check notes).

@param names character vector of variable names @param package package name (ignored) @param add logical (ignored) @return invisible NULL @namespace utils