write.dbf {spsurvey}R Documentation

Write a Data Frame to the Attribute (dbf) File of an ESRI Shapefile

Description

This function writes a data frame to the dbf file of an ESRI shapefile.

Usage

write.dbf(dframe, filename)

Arguments

dframe a data frame to be written to the dbf file.
filename name of the dbf file without any extension.

Value

The attribute (dbf) file of an ESRI shapefile.

Author(s)

Tom Kincaid Kincaid.Tom@epa.gov

References

ESRI Shapefile Technical Description: http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf

See Also

read.dbf

Examples

  ## Not run: 
  write.dbf(my.data.frame, "my.dbffile")
  
## End(Not run)

[Package spsurvey version 2.1 Index]