R/db_describe_organization.R
db_describe_organization.RdAdd a new entry to the Organizations table
db_describe_organization(db = db, OrganizationTypeCV, OrganizationCode, OrganizationName)
| db | database connection object to sqlite or postgresql database with odm2 schema |
|---|---|
| OrganizationTypeCV | Organization type from controlled vocabulary (e.g., government agency, university, etc.) |
| OrganizationCode | A unique text code identifying the Organization (e.g., USGS) |
| OrganizationName | The full text name of the organization |
message that your entry has been added
Other describe functions: db_describe_annotation,
db_describe_equipment,
db_describe_method,
db_describe_person,
db_describe_site,
db_describe_variable
db <- rodm2::create_sqlite(connect = TRUE) db_describe_organization(db, "Manufacturer", "Onset", "Onset")#>