idf_projects | R Documentation |
Get a Vector of Project Names Present in the Database
idf_projects(connection)
connection |
The connection settings as
returned by |
A character vector containing the projects present in the database, NA if connection was refused.
connect_idaifield()
, idf_ping()
## Not run:
connection <- connect_idaifield(pwd = "hallo")
idf_project_list(connection)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.