Description Usage Arguments Value Examples
Read hpb files
1 2 3 | read_hpb(file, tz = "UTC")
read_hpb_vector(file_vector, tz = "UTC")
|
file |
A file, URL, or connection. Files ending in .gz, .bz2, .xz, or
.zip will be automatically uncompressed; URLs will be automatically
downloaded. See |
tz |
Timezone for which date times are representative. |
file_vector |
A vector of files or URLs |
A tibble::tibble()
1 2 3 | hpb_files <- list.files(bs_example("hpb"), "\\.hpb$", full.names = TRUE)
read_hpb(hpb_files)
read_hpb_vector(hpb_files)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.