Note that by default the table name will be the shapefile name without the extension. Use your own table name, tabnm= "mytable" if you want to change this.

add_shp(flnm = "Ancient_Woodlands_England.shp",
  pth = "big_data/shapefiles", srid = 27700, tabnm = "",
  db = "gis_course")

Arguments

db

Examples