Description Usage Arguments Details Value Examples
Extract useful metadata from data and metadata tables
1 |
df |
a dataframe of data for which metadata attribute table is to be created |
functions appended 'df' extract information from a 'df' of the data, while those appended 'meta' from the 'meta_tbl' containing the attribute metadata.
character vectors of variables names
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.