View source: R/connect_idaifield.R
idf_check_for_project | R Documentation |
This function checks if a given project exists in the Field Database. If the project does not exist, it throws an error.
idf_check_for_project(conn, project = NULL)
conn |
The connection settings as returned
by |
project |
character. Name of the project-database to check for. If not supplied, the function will use the project specified in the connection settings. |
## Not run:
conn <- connect_idaifield(pwd = "hallo", project = "rtest")
check_for_project(conn) # Will not return anything
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.