Description Usage Arguments Value Examples
Each row of the data.frame is transformed into a html table with two columns: name and value. The columnnames of meta are used as names.
1 | create_meta_tables(meta, ignore_col = NULL)
|
meta |
a data.frame where each row represents the meta data for a document |
ignore_col |
optionally, a character vector with names of metadata columns to ignore |
a character vector where each value contains a string for an html table.
1 2 | tabs = create_meta_tables(sotu_data$meta)
tabs[1]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.