Expand all shadow levels
Internal function to appropriately expand and relevel all shadow variables to include a new suffix
update_shadow(data, suffix)
data |
data.frame |
suffix |
character vector |
data.frame with adjusted levels
## Not run: df <- tibble::tribble( ~wind, ~temp, -99, 45, 68, NA, 72, 25 ) dfs <- bind_shadow(df) # update_shadow(dfs, "weee") # update_shadow(dfs, "weee") %>% what_levels() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.