clean_column {ENCODExplorer} | R Documentation |
The input column can either be a data.frame, a vector of character, a vector of numeric or a list of one the previous type.
clean_column(column_name, table)
column_name |
The name of the column for the table that is been process. |
table |
The table produced by the |
This function will either remove columns that are not relevant and convert columns to a vector or data.frame.
a data.frame
corresponding to the cleaned version of the
input data.frame
.