run_scripts: Run SQL scripts on a database

Description Usage Arguments Details Value

Description

Run SQL scripts that are stored in a list on a database.

Usage

1
run_scripts(conn, sql.list)

Arguments

conn

the database connection created using redhat_db_conn

sql.list

a list of queries created using read_scripts

Details

After running redhat_db_conn and read_scripts, use these parameters to read the database query data into R as data frames.

Value

nothing is returned. The output from the scripts will be added to your environment.


brascoball/hattyr documentation built on May 13, 2019, 2:30 a.m.