list2rmd: Read Metadata

Description Usage Arguments Details Author(s) See Also Examples

Description

Read metadata from xls saved as tab delimited txt file

Usage

1
2
list2rmd(list = stop("'list' must be specified"), label = NULL,
  formula = NULL, text.prepend = NULL, print = FALSE, file = NULL)

Arguments

list

nested list with two levels

label

list containing labels for names of 'list'

formula

list containing formulas for name of 'list'

print

print code for list creation to console

file

the exported rdata file.

Details

Create list with non-empty metadata from file

Author(s)

OECD STAN

See Also

packageData

Examples

1
2
## see /data-raw/create_vignette/stanIndicator.R
file <- file.path(dbpath, "GitHub", "jekyll", "industry", "data_stan_notes.rmd")

bowerth/stan documentation built on May 13, 2019, 12:38 a.m.