
Define aesthetic mappings using strings. Similar in spirit to ggplot2::aes_string
Source: R/highcharts-api-add.R
hcaes_string.RdDefine aesthetic mappings using strings.
Similar in spirit to ggplot2::aes_string
Examples
hchart(mtcars, "point", hcaes_string("hp", "mpg", group = "cyl"))
hcaes_string(x = "xval", color = "colorvar", group = "grvar")
#> $color
#> colorvar
#>
#> $group
#> grvar
#>
#> $x
#> xval
#>
#> attr(,"class")
#> [1] "hcaes" "list"