standardize_data: Standardize Data

Description Usage Arguments Value Examples

View source: R/standardize_data.R

Description

Description

Usage

1
standardize_data(.tab, .cols_match, .fun = NULL)

Arguments

.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

Value

A dataframe

Examples

1
standardize_data(table_source, c("name", "iso3", "city", "address"))

MatthiasUckert/Rmatch documentation built on Jan. 3, 2022, 11:09 p.m.