unpack_cols {ezplot}R 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"))

[Package ezplot version 0.7.13 Index]