parse_expr
parse_expr | R Documentation |
#
Parse R code#
DescriptionParse R code
#
Usage#
Argumentsx | Text containing expressions to parse_expr for parse_expr() and parse_exprs() . Can also be an R connection, for instance to a file. If the supplied connection is not open, it will be automatically closed and destroyed. |
#
NoteThis function is imported from 'rlang'.