parse_expr: Parse R code

parse_exprR Documentation

Parse R code

Description

Parse R code

Usage

parse_expr(x)

Arguments

x

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.

Note

This function is imported from 'rlang'.

Examples

parse_expr("x <- 1 + 1")


sketch documentation built on Oct. 23, 2022, 5:07 p.m.