Learn R Programming

tma (version 0.3.1)

remove_meta_data: Remove meta columns from a data.table or data.frame

Description

This function removes columns of class `ena.meta.data` from the input object.

Usage

remove_meta_data(x)

Value

A `data.frame` with columns of class `ena.meta.data` removed.

Arguments

x

A `data.table` or `data.frame` object from which meta columns should be removed.