pplr_report_dictionary: A user-friendly dictionary of the popler metadata

Description Usage Arguments Value Examples

View source: R/report_dictionary.R

Description

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

Usage

1
2
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

1
2
3
4
5
6
7
8
## Not run: 
# Full dictionary
pplr_report_dictionary(full_tbl = TRUE)

# "Abridged" version
pplr_report_dictionary()

## End(Not run)

AldoCompagnoni/popler documentation built on Nov. 15, 2019, 9:48 a.m.