Write a result to a file on disk.
Examples
if (FALSE) { # \dontrun{
resultList <- list("mtcars" = mtcars)
result <- writeZipToDisk(
metadata = metadata,
databaseId = "mtcars",
outputFolder = here::here()
)
} # }
Write a result to a file on disk.
if (FALSE) { # \dontrun{
resultList <- list("mtcars" = mtcars)
result <- writeZipToDisk(
metadata = metadata,
databaseId = "mtcars",
outputFolder = here::here()
)
} # }