writeFile {DrugExposureDiagnostics} | R Documentation |
Write a result to a file on disk.
Description
Write a result to a file on disk.
Usage
writeFile(result, resultName, databaseId, dbDir)
Arguments
result |
check result |
resultName |
name of the result |
databaseId |
database identifier |
dbDir |
output directory for current db |
Value
No return value, called for side effects
Examples
## Not run:
resultList <- list("mtcars" = mtcars)
result <- writeZipToDisk(
metadata = metadata,
databaseId = "mtcars",
outputFolder = here::here()
)
## End(Not run)
[Package DrugExposureDiagnostics version 1.1.4 Index]