Run tests to ensure that specified dataset_id has the correct setup.

dataset_test(
  dataset_ids,
  path_config = "config",
  path_data = "data",
  reporter = testthat::CompactProgressReporter
)

Arguments

dataset_ids

Vector of dataset_id for sources to be tested

path_config

Path to folder containing configuration files

path_data

Path to folder containing data files

reporter

testthat reporter to use to summarise output