View source: R/select_idaifield.R
idf_show_categories | R Documentation |
idaifield_docs
- or
idaifield_resources
-listReturns a list of all categories present in the iDAI.field 2 / Field Desktop database the list was imported from.
idf_show_categories(idaifield_docs)
idaifield_docs |
An an |
A character vector with the unique categories present in the iDAI.field 2 / Field Desktop database the list was imported from.
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.