count_fp <- system.file("count.pbf", package = "arcpbf")
oid_fp <- system.file("ids.pbf", package = "arcpbf")
tbl_fp <- system.file("small-table.pbf", package = "arcpbf")
fc_fp <- system.file("small-points.pbf", package = "arcpbf")
# count response
read_pbf(count_fp)
# object id response
head(read_pbf(oid_fp))
# table feature collection
read_pbf(tbl_fp)
# feature collection with geometry
read_pbf(fc_fp)
Run the code above in your browser using DataLab