get_vars_df: Extract useful metadata from data and metadata tables

Description Usage Arguments Details Value Examples

Description

Extract useful metadata from data and metadata tables

Usage

1

Arguments

df

a dataframe of data for which metadata attribute table is to be created

Details

functions appended 'df' extract information from a 'df' of the data, while those appended 'meta' from the 'meta_tbl' containing the attribute metadata.

Value

character vectors of variables names

Examples

1
2
3
4
5
6
7
8
## Not run: 
df <- gapminder::gapminder
get_vars_df(df)
get_vars_meta(meta_tbl)
get_factors_df(df)
get_factors_meta(meta_tbl)

## End(Not run)

annakrystalli/metadatar documentation built on May 14, 2019, 6:09 a.m.