read_hpb: Read hpb files

Description Usage Arguments Value Examples

View source: R/read-hpb.R

Description

Read hpb files

Usage

1
2
3
read_hpb(file, tz = "UTC")

read_hpb_vector(file_vector, tz = "UTC")

Arguments

file

A file, URL, or connection. Files ending in .gz, .bz2, .xz, or .zip will be automatically uncompressed; URLs will be automatically downloaded. See readr::read_lines() for a full description of how this parameter is interpreted.

tz

Timezone for which date times are representative.

file_vector

A vector of files or URLs

Value

A tibble::tibble()

Examples

1
2
3
hpb_files <- list.files(bs_example("hpb"), "\\.hpb$", full.names = TRUE)
read_hpb(hpb_files)
read_hpb_vector(hpb_files)

paleolimbot/bsrto documentation built on Dec. 12, 2021, 5:44 a.m.