Learn R Programming

ezplot (version 0.7.13)

unpack_cols: Unpack cols argument to agg_data

Description

Unpack cols argument to agg_data

Usage

unpack_cols(x)

Value

list

Arguments

x

cols

Examples

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

Run the code above in your browser using DataLab