clean_column {ENCODExplorer}R Documentation

Clean a single column of the data.frame

Description

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.

Usage

clean_column(column_name, table)

Arguments

column_name

The name of the column for the table that is been process.

table

The table produced by the extract_table function.

Details

This function will either remove columns that are not relevant and convert columns to a vector or data.frame.

Value

a data.frame corresponding to the cleaned version of the input data.frame.


[Package ENCODExplorer version 2.12.1 Index]