write.dbf {spsurvey} | R Documentation |
This function writes a data frame to the dbf file of an ESRI shapefile.
write.dbf(dframe, filename)
dframe |
a data frame to be written to the dbf file. |
filename |
name of the dbf file without any extension. |
The attribute (dbf) file of an ESRI shapefile.
Tom Kincaid Kincaid.Tom@epa.gov
ESRI Shapefile Technical Description: http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf
## Not run: write.dbf(my.data.frame, "my.dbffile") ## End(Not run)