parse_all {evaluate} | R Documentation |
Works very similarly to parse, but also keeps original formatting and comments.
parse_all(x)
x |
object to parse. Can be a string, a file connection, or a function |
a data.frame with columns src
, the source code,
and eval