db_describe_variable: Describe a new variable

Description Usage Arguments Value See Also Examples

View source: R/db_describe_variable.R

Description

Describe a new variable

Usage

1
2
db_describe_variable(db, variablecode, variabletypecv, variablenamecv,
  variabledefinition = NULL, nodatavalue = -9999)

Arguments

db

database connection object

variablecode

short codename for variable

variabletypecv

variable type from controlled vocabulary

variablenamecv

variable name from controlled vocabulary

variabledefinition

optional longer definition

nodatavalue

no data value

Value

TRUE if successful

See Also

Other describe functions: db_describe_annotation, db_describe_equipment, db_describe_method, db_describe_organization, db_describe_person, db_describe_site

Examples

1
2
3
4
## Not run: 
db_describe_variable()

## End(Not run)

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