db_describe_method: Describe a new method

Description Usage Arguments Value See Also Examples

View source: R/db_describe_method.R

Description

Describe a new method

Usage

1
2
db_describe_method(db, methodname, methodcode, methodtypecv,
  methoddescription = NULL)

Arguments

db

database connection object

methodname

full name of method

methodcode

a unique short codename for method

methodtypecv

method type from controlled vocabulary

methoddescription

optional longer description

Value

TRUE if successful

See Also

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

Examples

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

db_describe_method(db,
methodname = "new method",
methodcode = "method1",
methodtypecv =  "fieldActivity")

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