db_locations: Retrieve locations from database

Description Usage Arguments Value Examples

Description

Retrieves the station locations from the database by merging Location, WaterBody, and LocationType tables

Usage

1

Arguments

ch

Connection handle to database

Value

A dataframe containing the locations in the database

Examples

1
2
ch <- db_connect("D:/Dropbox/Work/mystic/db/MysticDB_20160208.accdb")
locations <- db_locations(ch)

walkerjeffd/myrwaR documentation built on May 3, 2019, 10:46 p.m.