Description Usage Arguments Value See Also Examples
View source: R/db_describe_method.R
Describe a new method
1 2  | 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
1 2 3 4 5 6  | db <- create_sqlite(connect = TRUE)
db_describe_method(db,
methodname = "new method",
methodcode = "method1",
methodtypecv =  "fieldActivity")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.