View source: R/emshoff91_remap_values.R
emshoff91_remap_values | R Documentation |
Emshoff 91: remap values from imported tibble
emshoff91_remap_values(
emshoff91_df,
remap_list = list(fi_mi = "fi_mi_m_nn", ku_sto = "kupp_st", lf = "el_lf", progr =
"beprob_progr", strat = "stratigr", uv254 = "uv_ext"),
delete_cols = TRUE
)
emshoff91_df |
tibble as retrieved by |
remap_list |
list with values to be remapped. Names of the list are columns values contained in list values should be mapped to (default: list(fi_mi = "fi_mi_m_nn", ku_sto = "kupp_st", lf = "el_lf", progr = "beprob_progr", strat = "stratigr", uv254 = "uv_ext")) |
delete_cols |
should unneeded columns be deleted, i.e. the ones where data where mapped from (default: TRUE) |
data frame with remapped values and deleted columns were this values were copied from (default: TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.