powered by
Shift the values and add a shadow column. It also respects the dplyr verbs starts_with, contains, ends_with, etc.
starts_with
contains
ends_with
cast_shadow_shift(data, ...)
data.frame with the shadow and shadow_shift vars
data.frame
One or more unquoted variable names separated by commas. These respect the dplyr verbs starts_with, contains, ends_with, etc.
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()
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"))
Run the code above in your browser using DataLab