dbpf_sensors: Return table of sensors

View source: R/dbpf_sensors.R

dbpf_sensorsR Documentation

Return table of sensors

Description

Basic information on permafrost database @ Carleton University

Usage

dbpf_sensors(con, manual = TRUE)

Arguments

con

Database connection object, as returned by dbpf_con()

manual

Return only sensors for manual observation? This is the default. [boolean]

Details

These simple functions return all data as data frames. When making a query many times, optimise the SQL statement to only request the data you actually need.

Value

List of sensors in DB

Author(s)

Stephan Gruber <stephan.gruber@carleton.ca>

Examples

## Not run: 
con <- dbpf_con()
sen <- dbpf_sensors(con)
dbDisconnect(con)

## End(Not run)

geocryology/PermafrostDB documentation built on April 17, 2025, 11:54 a.m.