create_meta_tables {tokenbrowser} | R Documentation |
HTML tables for meta data per document
Description
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.
Usage
create_meta_tables(meta, ignore_col = NULL)
Arguments
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 |
Value
a character vector where each value contains a string for an html table.
Examples
tabs = create_meta_tables(sotu_data$meta)
tabs[1]
[Package tokenbrowser version 0.1.5 Index]