meta_data | R Documentation |
Functions to generate the meta csv file for local cached dataset.
meta_data(dir = "", cleanup = FALSE, checkData = TRUE)
dir |
The path to the shared data folder. |
cleanup |
If remove any invalid intermediate files. Default is
FALSE. In cases one data recipe (with same parameter values)
was evaluated multiple times, the same data file(s) will match
to multiple intermediate files (e.g., .yml). |
checkData |
check if the data (listed as "# output: " in the yml file) exists. If not, do not include in the output csv file. This argument is added for internal testing purpose. |
a data.frame
with yml file name, parameter values, data
file paths, date, and user-specified notes when generating the
data with getData()
.
outdir <- file.path(tempdir(), "SharedData")
meta_data(outdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.