Get list of methods currently in database
db_get_methods(db)
db | database connection object |
---|
the current values in the methodname column of the methods table
db <- create_sqlite(connect = TRUE) db_describe_method(db, methodname = "new method", methodcode = "method1", methodtypecv = "fieldActivity")#>db_get_methods(db)#> [1] "method1"