View source: R/extendr-wrappers.R
open_pbf | R Documentation |
Read a pbf file as a raw vector
open_pbf(path)
path |
the path to the |
a raw vector
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_raw <- open_pbf(count_fp)
oid_raw <- open_pbf(oid_fp)
tbl_raw <- open_pbf(tbl_fp)
fc_raw <- open_pbf(fc_fp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.