unnest_docs | R Documentation |
idaifield_docs
-List down to resource levelThis function unnests the lists provided by iDAI.field 2 / Field Desktop. The actual data of a resource is usually stored in a sub-list behind $doc$resource, which contains the data one would mostly want to work with in R. The top level data contains information about who created and modified the resource at what time and is irrelevant for any analysis of the database contents itself.
unnest_docs(docs)
idaifield_docs |
A list as provided by |
a list of class idaifield_resources
(same as idaifield_docs
,
but the top-level with meta-information has been removed to make the actual
resource data more accessible)
## Not run:
connection <- connect_idaifield(serverip = "127.0.0.1",
user = "R", pwd = "hallo")
idaifield_docs <- get_idaifield_docs(connection = connection,
projectname = "rtest")
idaifield_resources <- unnest_docs(idaifield_docs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.