create_config {rDataPipeline} | R 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 |
[Package rDataPipeline version 0.54.1 Index]