create_config: create_config

View source: R/create_config.R

create_configR Documentation

create_config

Description

Generates (user generated) config.yaml files for unit tests. Use add_read() and add_write() functions to add read and write blocks.

Usage

create_config(
  path,
  description,
  input_namespace,
  output_namespace,
  write_data_store = file.path(tempdir(), "datastore", ""),
  force = TRUE,
  local_repo = "local_repo"
)

Arguments

path

config file path

description

description field

input_namespace

input_namespace field

output_namespace

output_namespace field

write_data_store

write_data_store field

force

force

local_repo

local_repo


ScottishCovidResponse/hdf5processing documentation built on July 19, 2023, 10:46 a.m.