connect_fish_db: Conection to the fish database

Description Usage Arguments Author(s) Examples

View source: R/connect_fish_db.R

Description

This function connects to the fish database stored in SQLite so the user can access tables using database functions, mostly from dplyr. Setting update.db to TRUE will check the M: drive to see if a newer version is avaliable. The first time the function is run, a local copy of the fish database is created.

Usage

1
connect_fish_db(update.db = FALSE)

Arguments

update.db

will run the function 'update_db', which checks for a updated version of the database.

Author(s)

Michael J. Dodrill, mdodrill@usgs.gov

Examples

1
Need to add...

mdodrill-usgs/fishR documentation built on Oct. 29, 2019, 8:48 p.m.