create_config: create_config

Description Usage Arguments

View source: R/create_config.R

Description

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

Usage

1
2
3
4
5
6
7
8
9
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


rDataPipeline documentation built on Nov. 18, 2021, 1:14 a.m.