acs_load: Load all files created by acs_transform() into database table

Description Usage Arguments

View source: R/acs_load.R

Description

Load all files created by acs_transform() into database table

Usage

1
acs_load(conn, table_name, acs_dir = ".")

Arguments

conn

A DBI::DBIConnection object, as returned by DBI::dbConnect().

table_name

A character string specifying the unquoted database table name.

acs_dir

The root directory in which all the ACS data has been downloaded with acs_download(). Defaults to current working directory.


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