idf_check_for_project: Check for the Existence of a Project in a Field Database...

View source: R/connect_idaifield.R

idf_check_for_projectR Documentation

Check for the Existence of a Project in a Field Database (internal)

Description

This function checks if a given project exists in the Field Database. If the project does not exist, it throws an error.

Usage

idf_check_for_project(conn, project = NULL)

Arguments

conn

The connection settings as returned by connect_idaifield()

project

character. Name of the project-database to check for. If not supplied, the function will use the project specified in the connection settings.

Examples

## Not run: 
conn <- connect_idaifield(pwd = "hallo", project = "rtest")
check_for_project(conn) # Will not return anything

## End(Not run)

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