ddb_collect | R Documentation |
Collect a table read with ddb_data(x, collect = FALSE)
ddb_collect(sql, progress = TRUE, returnobj = c("data.frame", "data.table"))
sql |
Character: DuckDB SQL query, usually output of
ddb_data with |
progress |
Logical: If TRUE, show progress bar |
returnobj |
Character: data.frame or data.table: class of object to return |
E.D. Gennatas
## Not run:
sql <- ddb_data("/Data/iris.csv", collect = FALSE)
ir <- ddb_ollect(sql)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.