db_get_methods: Get list of methods currently in database

Description Usage Arguments Value Examples

View source: R/db_describe_method.R

Description

Get list of methods currently in database

Usage

1

Arguments

db

database connection object

Value

the current values in the methodname column of the methods table

Examples

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

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

db_get_methods(db)

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