Describe a new method
db_describe_method(db, methodname, methodcode, methodtypecv, methoddescription = NULL)
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 |
TRUE if successful
Other describe functions: db_describe_annotation
,
db_describe_equipment
,
db_describe_organization
,
db_describe_person
,
db_describe_site
,
db_describe_variable
db <- create_sqlite(connect = TRUE) db_describe_method(db, methodname = "new method", methodcode = "method1", methodtypecv = "fieldActivity")#>