Skip to contents

Provides information on the variables of metadata contained in the popler database, and the kind of data contained in those variables.

Usage

pplr_report_dictionary(full_tbl = FALSE, md_file = NULL,
  html_file = NULL)

Arguments

full_tbl

logical; if TRUE function returns the variables contained in the full main table. If FALSE, functions returns only the standard variables. Default is FALSE.

md_file

Specify the filename and location for the generated markdown file (optional)

html_file

Specify the filename and location for the generated html file (optional)

Value

This function is called for its side effects and does not return an R object.

Examples

if (FALSE) {
# Full dictionary
pplr_report_dictionary(full_tbl = TRUE)

# "Abridged" version
pplr_report_dictionary()
}