Skip to content

Instantly share code, notes, and snippets.

@walkerke
Created April 6, 2016 17:45
Show Gist options
  • Save walkerke/44e237db579d2093768ecf1bde7f9a6f to your computer and use it in GitHub Desktop.
Save walkerke/44e237db579d2093768ecf1bde7f9a6f to your computer and use it in GitHub Desktop.
# Write to a shapefile for loading into CartoDB
writeOGR(tad_merged, dsn = ".", layer = 'fw_parcels',
driver = 'ESRI Shapefile', overwrite_layer = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment