The function reads a DBF file into a data frame, converting character
fields to factors, and trying to respect NULL fields.
Usage
read.dbf(file, as.is = FALSE)
Arguments
file
name of input file
as.is
should character vectors not be converted to factors?
Value
A data frame of data from the DBF file; note that the field names are
adjusted to use in R using make.names(unique=TRUE).
There is an attribute "data_type" giving the single-character
dBase types for each field.
Details
DBF is the extension used for files written for the XBASE
family of database languages, covering the dBase, Clipper,
FoxPro, and their Windows equivalents Visual dBase, Visual Objects,
and Visual FoxPro, plus some older products
(http://www.e-bachmann.dk/docs/xbase.htm). Most of these follow
the file structure used by Ashton-Tate's dBase II, III or 4 (later
owned by Borland).
read.dbf is based on C code from
http://shapelib.maptools.org/ which implements the
XBASE specification. It can convert fields of type
"L" (logical), "N" and "F" (numeric and float)
and "D" (dates): all other field types are read as-is as
character vectors. A numeric field are read as an Rinteger vector if
it is encoded to have no decimals, otherwise as a numeric vector.
References
http://shapelib.maptools.org/.
The Borland file specification viahttp://www.wotsit.org/search.asp?s=database.