retrieve_column_names | R Documentation |
When performing several data cleaning operations using the
clean_data()
function, the input column names might be altered by
after the column names cleaning. As a consequence of this, some cleaning
operations will fail due to the column names mismatch. This function is
provided to anticipate on this scenario, hence providing continuity between
the cleaning operations.
retrieve_column_names(data, target_columns)
data |
The input |
target_columns |
A |
A <vector>
of column names to be used for the target cleaning
operations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.