View source: R/arrow_read_table.R
arrow_read_table | R Documentation |
This function does not actually fetch the data, but returns an
Dataset object which can be further processed / filtered
using dplyr
. See https://db.rstudio.com/r-packages/dplyr/ for
details. To fetch the actual data, execute collect()
.
This function is simply a convenience and consistency wrapper around open_dataset
arrow_read_table(
table,
db = getOption("RRDarrow", "/Volumes/RRD.Reclassification_LEEF-2/parquet/"),
hive_style = TRUE,
unify_schemas = FALSE,
format = c("parquet")
)
table |
Directory of the data files |
db |
fully qualified path to the folder which contains all the arrow directories, Defaul: |
hive_style |
see |
unify_schemas |
see |
format |
see |
A Dataset R6 object. Use dplyr methods on it to query the data.
open_dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.