Show the categories Present in an idaifield_docs- or idaifield_resources-list
Source: R/select_idaifield.R
idf_show_categories.RdReturns a list of all categories present in the iDAI.field 2 / Field Desktop database the list was imported from.
Arguments
- idaifield_docs
An an
idaifield_docs- oridaifield_resources-list as returned byget_idaifield_docs()oridf_query(),idf_index_query()andidf_json_query().
Value
A character vector with the unique categories present in the iDAI.field 2 / Field Desktop database the list was imported from.
Examples
if (FALSE) { # \dontrun{
connection <- connect_idaifield(serverip = "127.0.0.1",
user = "R",
pwd = "hallo",
project = "rtest")
idaifield_docs <- get_idaifield_docs(connection = connection)
idf_show_categories(idaifield_docs)
} # }