Learn R Programming

DrugExposureDiagnostics (version 1.1.4)

writeFile: Write a result to a file on disk.

Description

Write a result to a file on disk.

Usage

writeFile(result, resultName, databaseId, dbDir)

Value

No return value, called for side effects

Arguments

result

check result

resultName

name of the result

databaseId

database identifier

dbDir

output directory for current db

Examples

Run this code
if (FALSE) {
resultList <- list("mtcars" = mtcars)
result <- writeZipToDisk(
  metadata = metadata,
  databaseId = "mtcars",
  outputFolder = here::here()
)
}

Run the code above in your browser using DataLab