knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
options(tibble.print_min = 5, tibble.print_max = 5)

acssf

Travis-CI Build Status AppVeyor Build Status Coverage Status stability-experimental

Download ACS Summary File data from FTP site, clean data, and create tables in database.

Installation

Install from Github with devtools:

# install.packages("devtools")
devtools::install_github("austensen/acssf")


austensen/acssf documentation built on Nov. 18, 2020, 4:44 a.m.