Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

parse_quosure

Parse text into a quosure


Description

Deprecated lifecycle

These functions were deprecated and renamed to parse_quo() and parse_quos() in rlang 0.2.0. This is for consistency with the convention that suffixes indicating return types are not abbreviated.

Usage

parse_quosure(x, env = caller_env())

parse_quosures(x, env = caller_env())

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.

env

The environment for the quosures. The global environment (the default) may be the right choice when you are parsing external user inputs. You might also want to evaluate the R code in an isolated context (perhaps a child of the global environment or of the base environment).


rlang

Functions for Base Types and Core R and 'Tidyverse' Features

v0.4.11
MIT + file LICENSE
Authors
Lionel Henry [aut, cre], Hadley Wickham [aut], mikefc [cph] (Hash implementation based on Mike's xxhashlite), Yann Collet [cph] (Author of the embedded xxHash library), RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.