| get_local_data_partitioned | R Documentation |
Reads a dataset stored as monthly RDS partitions. Time bounds are applied to partition discovery before files are loaded. If no partition directory exists, an existing monolithic RDS file is read for backward compatibility.
get_local_data_partitioned(
local_file_path,
time_col,
from = NULL,
to = NULL,
order_cols = time_col,
tz = "UTC"
)
local_file_path |
Virtual monolithic |
time_col |
Name of the partition timestamp column. |
from, to |
Optional inclusive time bounds. |
order_cols |
Optional output ordering columns. |
tz |
Time zone used to determine month boundaries. |
A data.table, or NULL when no local data exists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.