Description Usage Arguments Value
View source: R/implement_cleaning_log.R
implement cleaning log on raw data set
1 2 3 4 5 6 7 8 9 | implement_cleaning_log(
df,
df_uuid,
cl,
cl_change_type_col,
cl_change_col,
cl_uuid,
cl_new_val
)
|
df |
raw data (data.frame) |
df_uuid |
column in raw data with uuid |
cl |
cleaning log (data.frame) |
cl_change_type_col |
column in cleaning log which specifies change type to be made |
cl_change_col |
column in cleaning log which specifies data set column to change |
cl_uuid |
uuid in cleaning log |
cl_new_val |
cleaning log column specifying the new correct value |
clean data set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.