df2info | R Documentation |
Convert data.frame to data dictionary
df2info(df)
df |
data.frame with variable meta-data |
list
dd <- script2info(system.file("examples", "ex_script.R", package = "rcmoonpie")) df <- dd2df(dd) dd_alt <- df2info(df) all.equal(dd, dd_alt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.