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