Skip to main content

interp_parse

Function interp_parse 

Source
fn interp_parse(
    positional: &[RValue],
    named: &[(String, RValue)],
    _context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Parse R source text into a language object.

@param text character string containing R code to parse @return a language object representing the parsed expression