writeFile | R Documentation |
Write a result to a file on disk.
writeFile(result, resultName, databaseId, dbDir)
result |
check result |
resultName |
name of the result |
databaseId |
database identifier |
dbDir |
output directory for current db |
No return value, called for side effects
## Not run:
resultList <- list("mtcars" = mtcars)
result <- writeZipToDisk(
metadata = metadata,
databaseId = "mtcars",
outputFolder = here::here()
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.