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"))

wkostelecki/ezplot documentation built on Feb. 1, 2024, 10:58 p.m.