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

View source: R/compile.dbfs.R

compile.dbfsR Documentation

Read a series of dbf files and join compile them as a single data.frame

Description

Can help with a series of downloaded Census data files, such as one file per State. Reads each using read.dbf and combines them all as a data.frame. They must all have the same columns, and each file just provides additional rows of data.

Usage

compile.dbfs(filepaths)

Arguments

filepaths

Required charater vector with full paths including file names of dbf files to be read.

Value

Returns a data.frame with as many columns as each dbf file, and as many rows as there are in all the dbf files read in.

See Also

read.dbf


ejanalysis/proxistat documentation built on April 2, 2024, 10:13 a.m.