unpack_cols: Unpack cols argument to agg_data

View source: R/utils.R

unpack_colsR Documentation

Unpack cols argument to agg_data

Description

Unpack cols argument to agg_data

Usage

unpack_cols(x)

Arguments

x

cols

Value

list

Examples

ezplot:::unpack_cols("x")
ezplot:::unpack_cols(c(x = "x", y = "x + y", expr = "~ x + y"))

ezplot documentation built on Nov. 26, 2023, 5:07 p.m.