Description Usage Arguments Value Examples
View source: R/standardize_data.R
Description
1 | standardize_data(.tab, .cols_match, .fun = NULL)
|
.tab |
A dataframe (either the source or target dataframe) |
.cols_match |
A character vector of columns to perform fuzzy matching. |
.fun |
Function for standardization, if NULL standardize_str() is used |
A dataframe
1 | standardize_data(table_source, c("name", "iso3", "city", "address"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.