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