View source: R/arrow_read_toc.R
arrow_read_toc | R Documentation |
toc
table from an arrow database and return as a tibble.This function returns the actual data.
arrow_read_toc(
db = getOption("RRDarrow", "/Volumes/RRD.Reclassification_LEEF-2/parquet/"),
from_timestamp = 20221106,
to_timestamp = 20230812,
duplicates = mean
)
db |
fully qualified path to the folder which contains all the arrow directories,
in case of LEEF called |
from_timestamp |
|
to_timestamp |
|
duplicates |
function which will be used to combine duplicates. If |
tibble
containing the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.