| dcf_write_yaml_template | R Documentation |
Creates a 'YAML' file on disk from dcf_spec_template(),
suitable for manual editing.
dcf_write_yaml_template(path)
path |
File path where to write the |
The input path, invisibly.
tmp <- tempfile(fileext = ".yml")
dcf_write_yaml_template(tmp)
stopifnot(file.exists(tmp))
unlink(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.