Description Usage Arguments Value Examples
View source: R/pd_executeCoercions.R
executeCoercions:
1 | executeCoercions(DFA, DFB, WhitespaceTrim = TRUE)
|
DFA |
Input dataframe A |
DFB |
Input dataframe B |
WhitespaceTrim |
User defined boolean for whether leading/trailing white space is trimmed in strings (TRUE / FALSE) |
out list containing 3 data frames DFA, DFB and DataTypes
DFA Dataframe with factor fields converted to character type and white space trimming (if option is selected by the user)
DFB Dataframe with factor fields converted to character type and white space trimming (if option is selected by the user)
DataTypes Dataframe with field types before and after cleaning for both DFA and DFB
1 | ## Not run: executeCoercions(DFA=iris,DFB=iris,WhitespaceTrim= TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.