tbl_fp <- system.file("small-table.pbf", package = "arcpbf")
fc_fp <- system.file("small-points.pbf", package = "arcpbf")
# table feature collection
fc <- read_pbf(tbl_fp)
head(post_process_pbf(fc))
# feature collection with geometry
fc <- read_pbf(fc_fp)
head(post_process_pbf(fc))
Run the code above in your browser using DataLab