read.dbf: Read a DBF File

CRAN
foreign: Read Data Stored by 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', 'dBase', ...

but not much adhered to. There is is no
guarantee this will read all DBF files.
Usage

read.dbf: Read the dbf File of an ESRI Shapefile

GITHUB
mhweber/spsurvey: Spatial Survey Design and Analysis

This function reads the dbf file of an ESRI shapefile and creates a data
frame.
Usage

data-raw/load.R:

GITHUB
iagomosqueira/tunadata: Aggregated Public Datasets from the Tuna RFMOs

# }}}
# -- WCPFC {{{
library(foreign)

R/readfiles.R:

GITHUB
Kenkleinman/rsatscan: Tools, Classes, and Methods for Interfacing with SaTScan Stand-Alone Software

and file nmae provided
#' to that function. Since it's nothing more than \code{foreign::read.dbf()}, it's
#' probably nor

R/readfiles.R:

CRAN
rsatscan: Tools, Classes, and Methods for Interfacing with 'SaTScan' Stand-Alone Software

()} with the location and file name provided
#' to that function. Since it's nothing more than \code{foreign::read.dbf()}, it's

00_Prototypes/ibgecodigos.R:

GITHUB
leb-fmvz-usp/epinemo: An R Package for EPIdemiological NEtwork MOdels

Sys.setlocale(category = "LC_ALL", locale = "C")
library(foreign)
ibge <- read.dbf('55mu2500psr.dbf')

R/load.R:

GITHUB
jsta/sparrow: SPARROW tools

custom location of rds file
#' @export
#' @importFrom foreign read.dbf

R/tv2taxlist.R:

CRAN
taxlist: Handling Taxonomic Lists

#'
#' Internally the funcions [foreign::read.dbf()] and [df2taxlist()] are called.
#'

R/data.R:

GITHUB
gordonwoodhull/tl2010: Package containing TIGER/Line 2010 census shape files

() if (is.null(e$zcta2010.db)) e$zcta2010.db <- read.dbf(system.file("shp", "tl_2010_us_zcta510.dbf", package="tl2010

R/compile.dbfs.R:

GITHUB
ejanalysis/proxistat: Create a Proximity Score in Each Census Unit, Based on Distances to Specified Points (as in EPA's EJScreen tool, for example)

]{read.dbf}} and combines them all as a data.frame.
#' They must all have the same columns, and each file just provides

compile.dbfs: Read a series of dbf files and join compile them as a single

GITHUB
ejanalysis/proxistat: Create a Proximity Score in Each Census Unit, Based on Distances to Specified Points (as in EPA's EJScreen tool, for example)

data files, such as one file per State.
Reads each using read.dbf and combines them all as a data.frame.
They must all

R/read.dbf.R:

GITHUB
mhweber/spsurvey: Spatial Survey Design and Analysis

################################################################################
# Function: read.dbf
# Programmer: Tom

R/read.R:

GITHUB
ki-tools/cidacsdict: Read and translate data from CIDACS dictionaries

read_csv
#' @importFrom utils read.csv
#' @importFrom foreign read.dbf

readDBF: read dbf file

GITHUB
kongdd/floodmap: Floodmap shapefile manipulate

adhered to. There is is no
guarantee this will read all DBF files.
Usage

R/tv2vegtable.R:

CRAN
vegtable: Handling Vegetation Data Sets

** databases are included in DBF files and
#' therefore imported by the function [foreign::read.dbf()].
#' The automatic setting

R/read.dbc.R:

CRAN
read.dbc: Read Data Stored in DBC (Compressed DBF) Files

into a temporary DBF file and call \code{\link{read.dbf}} from the \code{foreign} package to read it into a data frame.
#'
#' @note

inst/templates/01_change_colnames.R:

GITHUB
MathieuGenu/geffaeR: Generic Function for Abundance Estimation with R

and observation in "data/" -----------------------------------
effort <- read.dbf("data/effort/##########.dbf")
observation

NY_data: New York leukemia data

RFORGE
spdep: Spatial Dependence: Weighting Schemes, Statistics and Models

library(foreign)
nydata <- read.dbf(system.file("etc/misc/nydata.dbf", package="spdep")[1])
coordinates(nydata) <- c("X", "Y

R/read.dbc.R:

CRAN
datazoom.amazonia: Simplify Access to Data from the Amazon Region

into a \code{data.frame} using \code{read.dbf} from the \code{foreign} package.
#'
#' @note