csr_build: Build the COSORE database

Description Usage Arguments Value

View source: R/user.R

Description

Build the COSORE database

Usage

1
2
3
4
5
6
7
8
csr_build(
  raw_data,
  dataset_names = list_datasets(),
  force_raw = FALSE,
  write_standardized = FALSE,
  standardized_path = "./inst/extdata/datasets",
  quiet = FALSE
)

Arguments

raw_data

The raw data folder to use, character path

dataset_names

The raw data folder to use, character path

force_raw

Always read raw (as opposed to standardized) data? Logical

write_standardized

Write standardized data after parsing? Logical

standardized_path

Output path (typically inst/extdata/datasets) for standardized data, character

quiet

Print progress messages and warnings? Logical

Value

All the built data, invisibly.


bpbond/cosore documentation built on July 20, 2021, 3:17 p.m.