powered by
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, drop_missing = FALSE)
a character vector where each value contains a string for an html table.
a data.frame where each row represents the meta data for a document
optionally, a character vector with names of metadata columns to ignore
if TRUE, omit missing meta rows instead of printing empty value
tabs = create_meta_tables(sotu_data$meta) tabs[1]
Run the code above in your browser using DataLab