Describe a new method

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

Examples

db <- create_sqlite(connect = TRUE) db_describe_method(db, methodname = "new method", methodcode = "method1", methodtypecv = "fieldActivity")
#> new method has been added to the Methods table.