clean_column: Clean a single column of a flattened data.frame returned by...

Description Usage Arguments Details Value

View source: R/rest_api.R

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

1
clean_column(column_name, table)

Arguments

column_name

The name of the column to be processed.

table

The table produced by the fetch_table_from_ENCODE_REST function.

Details

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

Value

A flat column or columns to be cbind'ed into the final data.frame.


ArnaudDroitLab/ENCODExplorerData documentation built on Oct. 8, 2020, 1:32 a.m.