swim_db_tables: Create tables to store data in swimming database.

Description Usage Arguments Details Value

Description

Create tables to store data in swimming database.

Usage

1

Arguments

con

A character string providing the name of a SQLiteConnection to the desired database.

Details

swim_db_tables is used to create tables in a SQLite database. These tables are designed to store results from USA Swimmings Top Times Report. The function utilizes DBI create the connection to the database, creation of the tables and insertion of the data.

If the database provided in /emphdb_name does not exist the fuction will create the SQLite database.

Value

The function prints a message to the terminal indicating if the table was correctly created.


warlicks/swimR documentation built on May 4, 2019, 12:59 a.m.