temp_compile | R Documentation |
Compile data from component flat files
temp_compile(version_id, format = "rds", folder = NA, skip = NA)
version_id |
character temp database version string |
format |
character choice of "rds" or "sqlite" |
folder |
file.path to data folder. |
skip |
numeric vector of lines to skip on file read. optional. |
## Not run:
temp_compile("1", format = "rds")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.