Describe a new variable

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

Examples

# NOT RUN {
db_describe_variable()
# }