symbol_as_quosure {tidytidbits}R Documentation

Make quosure from symbol

Description

Make quosure from symbol

Usage

symbol_as_quosure(x, env = caller_env())

Arguments

x

Symbol

env

Environment for the created quosure

Value

Quosure containing the symbol


[Package tidytidbits version 0.3.2 Index]