db_get_annotations: Get list of annotations currently in database

Description Usage Arguments Value Examples

View source: R/db_describe_annotation.R

Description

Get list of annotations currently in database

Usage

1

Arguments

db

database connection object

Value

a dataframe with the current values in the annotation code and annotation text columns

Examples

1
2
3
4
5
6
7
db <- create_sqlite(connect = TRUE)

db_describe_annotation(db,
annotationtext = "Riparian wells",
annotationtypecv = "Site group")

db_get_annotations(db)

khondula/rodm2 documentation built on Jan. 9, 2020, 1:48 p.m.