check_if_idaifield | R Documentation |
idaifield_...
classesFor internal use... checks if an object can actually processed by the functions in this package which need the specific format that is returned by the core function get_idaifield_docs(...).
check_if_idaifield(testobject)
testobject |
An object that should be evaluated. |
a matrix that allows other functions to determine which type of list the object is
## Not run:
idaifield_docs <- get_idaifield_docs(projectname = "rtest",
connection = connect_idaifield(serverip = "127.0.0.1",
user = "R",
pwd = "password"))
check_if_idaifield(idaifield_docs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.