create_meta_tables: HTML tables for meta data per document

Description Usage Arguments Value Examples

View source: R/html_misc.r

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

1
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

1
2
tabs = create_meta_tables(sotu_data$meta)
tabs[1]

tokenbrowser documentation built on Oct. 23, 2020, 6:54 p.m.