View source: R/create_config.R
create_config | R Documentation |
Generates (user generated) config.yaml files for unit tests. Use
add_read()
and add_write()
functions to add read and write
blocks.
create_config(
path,
description,
input_namespace,
output_namespace,
write_data_store = file.path(tempdir(), "datastore", ""),
force = TRUE,
local_repo = "local_repo"
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.