create_meta_tables {tokenbrowser} | R Documentation |
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.
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.
tabs = create_meta_tables(sotu_data$meta) tabs[1]