View source: R/validation_utils.R
list_to_dt | R Documentation |
convert validated list instructions into data frames to be merged on
list_to_dt(x, new_col, old_col)
x |
list. The expectation is that the list has previously been formatted/validated via |
new_col |
character. The name of the new column to be created given the reclassifications implied by x |
old_col |
character. The name of the old column implied from the reclassifications of x |
data.frame. For a given pair of old column and new column, return the recode mapping.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.