Skip to contents

Returns a list of all categories present in the iDAI.field 2 / Field Desktop database the list was imported from.

Usage

idf_show_categories(idaifield_docs)

Arguments

idaifield_docs

An an idaifield_docs- or idaifield_resources-list as returned by get_idaifield_docs() or idf_query(), idf_index_query() and idf_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) {
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)
}