metaPrint | R Documentation |
Print a meta.data object
metaPrint(
data,
meta.data,
file = NULL,
file.data,
match.data = T,
silent = !is.null(file),
test = F,
debug = F
)
data |
The dataset being described (i.e. a data.frame). |
meta.data |
The existing meta.data object (see |
file |
Path to text file to write to. If not provided, meta.data is printed to screen. |
file.data |
Path to the data file. |
match.data |
Reorder meta.data to match data? If this function call is used for saving metadata right after saving the data file, this option should be used to make sure that the metadata file will match the dataset as well as possible. |
silent |
If silent, the metadata is not printed to the screen. |
test |
Nice for seeing what the meta data will look like. Problems will yield warnings, not errors. |
debug |
Start by calling browser()? |
The meta data object printed as formatted text
Other DataGen:
metaCheck()
,
metaInit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.