generate_location_index: Generate an index of locations and parameters from the...

Description Usage Arguments Value Examples

View source: R/database.R

Description

Based on the CyAN database connection, generate an index of all unique combinations of locations and the parameters that have been collected there

Usage

1
generate_location_index(cyan_connection)

Arguments

cyan_connection

a CyAN database connection from connect_cyan()

Value

a data frame of all unique combinations of location and parameter

Examples

1
2
3
4
5
#Connect to the example database bundled with CyAN
path <- system.file("extdata", "example.db", package = "CyAN")
db_connection <- connect_cyan(path)
#Generate the location index
location_index <- generate_location_index(db_connection)

PatrickEslick/CyAN documentation built on Oct. 2, 2019, 5:50 p.m.