Add Metadata
add_metadata.Rd
Add title and description metadata to a table and its columns.
Arguments
- table
dataframe (or dataframe-like object)
- table_metadata
named list (or list-like object) such that
table_metadata$Title
andtable_metadata$Description
are strings containing the title and description of the table- column_metadata
dataframe with rownames equal to the columns in
table
, andTitle
andDescription
columns giving the title and description of each column intable