The idea comes straight from aes in ggplot2. That provides a way to map columns of a dataset to features of graphic. Here we are mapping columns into a function so we can use standard names inside that function. This function variant expects unquoted string arguments, rather than the quoted version aes_d_

aes_d(...)

Arguments

...

Unquoted, comma-seperated column mappings

Details

A mapping looks like: <column_to_be_created> = <existing column>

Examples

aes_d(group = class)
#> $group
#> class
#>