Get a Vector of Project Names Present in the Database
Arguments
- connection
The connection settings as returned by
connect_idaifield()
Value
A character vector containing the projects present in the database, NA if connection was refused.
Examples
if (FALSE) {
connection <- connect_idaifield(pwd = "hallo")
idf_project_list(connection)
}