db_locations: Retrieve locations from database

View source: R/database.R

db_locationsR Documentation

Retrieve locations from database

Description

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

Usage

db_locations(ch)

Arguments

ch

Connection handle to database

Value

A dataframe containing the locations in the database

Examples

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

walkerjeffd/myrwaR documentation built on Nov. 14, 2024, 1:25 p.m.