View source: R/connect_idaifield.R
idf_ping | R Documentation |
This function checks if a connection to the Field Database can be established. It returns a boolean value indicating if the connection was successful or not. Warnings are used to indicate why the connection failed, if so.
idf_ping(conn)
conn |
An object that contains the connection settings, as
returned by |
A boolean value indicating if the connection was successful (TRUE) or not (FALSE).
Produce a Connection-Settings list with: connect_idaifield()
Find all projects in the database with: idf_projects()
## Not run:
# Establish a connection to the Field Database
conn <- connect_idaifield(ping = FALSE)
# Ping the Field Database
idf_ping(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.