add_shadow | R Documentation |
As an alternative to bind_shadow()
, you can add specific individual shadow
columns to a dataset. These also respect the dplyr verbs
starts_with
, contains
, ends_with
, etc.
add_shadow(data, ...)
data |
data.frame |
... |
One or more unquoted variable names, separated by commas. These also
respect the dplyr verbs |
data.frame
bind_shadow()
add_any_miss()
add_label_missings()
add_label_shadow()
add_miss_cluster()
add_n_miss()
add_prop_miss()
add_shadow_shift()
cast_shadow()
airquality %>% add_shadow(Ozone)
airquality %>% add_shadow(Ozone, Solar.R)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.