get_meta: Get meta information for one or multiple columns

Description Usage Arguments Value

View source: R/meta.R

Description

Retrieve all meta information for a single or multiple data columns and store it in a data.frame.

Usage

1
get_meta(obj, cols = NULL)

Arguments

obj

A file_structure class object or a file_definition class object or a file_collection class object or a data.frame generated by the read_data() function (holds the meta information as attribute). The meta information will be extracted from this object.

cols

An optional object, defining for which columns the meta information should be retrieved. It can either be a character vector, holding the names of the columns of interest, or it can be numeric vector holding the indices of the columns of interest. If cols is omitted, then all columns are used.

Value

Returns a data.frame holding all meta information.


a-maldet/readall documentation built on Dec. 18, 2021, 9:23 p.m.