writeIngredientResultToDisk | R Documentation |
Write (ingredient) diagnostics results on disk in given output folder.
writeIngredientResultToDisk(
resultList,
databaseId,
outputFolder,
clearDBDir = FALSE
)
resultList |
named list with results |
databaseId |
database identifier |
outputFolder |
folder to write to |
clearDBDir |
if database directory should be cleared |
No return value, called for side effects
## Not run:
resultList <- list("mtcars" = mtcars)
result <- writeIngredientResultToDisk(
resultList = resultList,
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.