readMetadata: 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
readMetadata(file = stop("'file' must be provided"), level = "lower",
  print = FALSE)

Arguments

file

the exported rdata file.

level

type of metadata: higher and lower

print

print code for list creation to console

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 <- system.file("extdata", "stanIndic_meta_lower.txt", package = "stan")

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