idf_projects: Get a Vector of Project Names Present in the Database

View source: R/idf_projects.R

idf_projectsR Documentation

Get a Vector of Project Names Present in the Database

Description

Get a Vector of Project Names Present in the Database

Usage

idf_projects(connection)

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.

See Also

  • connect_idaifield(), idf_ping()

Examples

## Not run: 
 connection <- connect_idaifield(pwd = "hallo")
 idf_project_list(connection)

## End(Not run)

lsteinmann/idaifieldR documentation built on April 3, 2025, 2:06 p.m.