ftm_clean: Clean data of a given class

Description Usage Arguments Value

View source: R/ftm_clean.R

Description

To use this, you must write a method that is specific to that data class. Typically, data will have been loaded, run through 'assign_data_type()' to have the class assigned, and then run through 'ftm_clean()' to clean any idiosyncracies of how data may not be clean from the source. 'ftm_clean()' is not typically used to change column names or make other modifications.

Usage

1

Arguments

data

The data to clean

...

options for cleaning passed to methods

Value

The cleaned data


billdenney/filetype.mappings documentation built on Feb. 3, 2020, 5:41 a.m.