if (FALSE) {
# Download a table into multiple csv parts
sql <- "SELECT * FROM schema.table"
database <- "important_database"
manifest <- civis_to_multifile_csv(sql=sql, database=database)
files <- lapply(manifest[["entries"]], function(x) {
download_civis(x$id, x$name)
x$name
})
}
Run the code above in your browser using DataLab