Created
April 6, 2016 17:45
-
-
Save walkerke/44e237db579d2093768ecf1bde7f9a6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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