dd2yaml | R Documentation |
Convert data dictionary to a YAML file
dd2yaml(l, file = stdout(), ...)
l |
data dictionary list |
file |
character string naming the file to print to; defaults to standard output |
... |
Additional arguments, passed to |
creates CSV file
dd <- script2info(system.file("examples", "ex_script.R", package = "rcmoonpie")) dd2yaml(dd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.