| cast_shadow_shift | R Documentation |
Shift the values and add a shadow column. It also respects the dplyr
verbs starts_with, contains, ends_with, etc.
cast_shadow_shift(data, ...)
data |
data.frame |
... |
One or more unquoted variable names separated by commas. These
respect the dplyr verbs |
data.frame with the shadow and shadow_shift vars
cast_shadow_shift(), cast_shadow_shift_label() bind_shadow() add_any_miss() add_label_missings() add_label_shadow() add_miss_cluster() add_prop_miss() add_shadow_shift()
airquality %>% cast_shadow_shift(Ozone,Temp)
airquality %>% cast_shadow_shift(dplyr::contains("o"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.