pub unsafe fn r_eval_str_global(code: &str) -> Result<SEXP, String>Expand description
Parse and evaluate a string of R source in R_GlobalEnv.
Convenience wrapper over r_eval_str for the common case. See that
function for safety and return semantics.
ยงSafety
Same as r_eval_str.