powered by
This function writes a data frame to the dbf file of an ESRI shapefile.
write.dbf(dframe, filename)
a data frame to be written to the dbf file.
name of the dbf file without any extension.
The attribute (dbf) file of an ESRI shapefile.
ESRI Shapefile Technical Description: http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf
read.dbf
# NOT RUN { # } # NOT RUN { write.dbf(my.data.frame, "my.dbffile") # }
Run the code above in your browser using DataLab