parse {reflections} | R Documentation |
parse returns the parsed but unevaluated expressions in a list.
parse(text);
If text has length greater than zero (after coercion) it is used in preference to file. All versions Of R accept input from a connection With End Of line marked by LF (As used On Unix), CRLF (As used On DOS/Windows) Or CR (As used On classic Mac OS). The final line can be incomplete, that Is missing the final EOL marker.
An object of type "expression", with up to n elements if specified as a non-negative integer. A syntax error (including an incomplete expression) will throw an error. Character strings In the result will have a declared encoding If encoding Is "latin1" Or "UTF-8", Or If text Is supplied With every element Of known encoding In a Latin-1 Or UTF-8 locale.