compile.dbfs | R Documentation |
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.
compile.dbfs(filepaths)
filepaths |
Required charater vector with full paths including file names of dbf files to be read. |
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.
read.dbf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.