brapi_checkCon: brapi_checkCon

View source: R/brapi_checkCon.R

brapi_checkConR Documentation

brapi_checkCon

Description

Checks if a BrAPI compliant database can be reached given the connection details.

Usage

brapi_checkCon(con = NULL, verbose = TRUE, brapi_calls = "any")

Arguments

con

list; required: TRUE; BrAPI connection object of class brapi_con.

verbose

logical; Default is TRUE, other possible value is "FALSE.

brapi_calls

character; Use to check if one or more calls are implemented by the server according to the calls url. Default is "any".

Details

Raises errors when the connection to a BrAPI compliant database can not be made over internet.

Value

logical

Author(s)

Maikel Verouden

See Also

Other brapiutils: as.brapi_db(), brapi_bms_login(), brapi_canInternet(), brapi_connect(), brapi_db(), brapi_serverinfo_expiration(), brapi_serverinfo_show(), is.brapi_con(), print.brapi_con(), print.brapi_db()


mverouden/brapir-v2 documentation built on April 22, 2022, 9:24 a.m.