yq_merge_cmd | R Documentation |
yq
tool.Merge two YAML files using the yq
tool.
yq_merge_cmd(
f1,
f2,
stdout = TRUE,
check_yq = TRUE,
check_exit = TRUE,
yq_binary = getOption("scdrake_yq_binary")
)
f1 , f2 |
A character scalar: path to YAML file. |
stdout |
A character or logical scalar, or
|
check_yq |
A logical scalar: if |
check_exit |
A logical scalar: if |
yq_binary |
A character scalar: path to |
An output from base::system2()
- depends on the stdout
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.