| gpkg_create_empty_features | R Documentation | 
Create an empty feature table and associated entries for gpkg_spatial_ref_sys, and gpkg_geometry_columns.
gpkg_create_empty_features(
  x,
  table_name,
  column_name = "geom",
  geometry_type_name = "GEOMETRY",
  srs_id = 4326,
  z = 0L,
  m = 0L,
  contents = TRUE,
  description = "",
  ext = c(-180, -90, 180, 90)
)
x | 
 A   | 
table_name | 
 character. New table name.  | 
column_name | 
 character. Geometry column name. Default   | 
geometry_type_name | 
 character. Geometry type name. Default:   | 
srs_id | 
 integer. Spatial Reference System ID. Must be defined in   | 
z | 
 integer. Default:   | 
m | 
 integer. Default:   | 
contents | 
 logical. If   | 
description | 
 character. Description for   | 
ext | 
 numeric. A numeric vector of length four specifying the bounding box extent.  | 
integer result of gpkg_execute(). Returns 1 if a new geometry record is appended to gpkg_geometry_columns table.
gpkg_create_empty_grid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.