Description Usage Arguments Examples
View source: R/read_gdal_vector.R
Read geometry from source as a blob vector.
1  | read_gdal_geometry(dsource, layer = 0, sql = NULL)
 | 
dsource | 
 data source string  | 
layer | 
 layer index (0)  | 
1 2 3  | file <- "list_locality_postcode_meander_valley.tab"
mvfile <- system.file(file.path("extdata/tab", file), package="vapour")
tibble::tibble(wkb = read_gdal_geometry(mvfile))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.