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

overscope_eval_next

Evaluate next quosure in a data mask


Description

Deprecated lifecycle

overscope_eval_next() is deprecated as of rlang 0.2.0. Please use eval_tidy() to which you can now supply an overscope.

Usage

overscope_eval_next(overscope, quo, env = base_env())

Arguments

overscope

A valid overscope containing bindings for ~, .top_env and _F and whose parents contain overscoped bindings for tidy evaluation.

quo

A quosure.

env

The lexical enclosure in case quo is not a validly scoped quosure. This is the base environment by default.


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.