dd2csv | R Documentation |
Convert data dictionary to a CSV file
dd2csv(l, file = "", ...)
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")) dd2csv(dd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.