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

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

Arguments

con

brapi_connection object

verbose

logical; default TRUE

brapi_calls

character vector; default: any. Use to check if one or more calls are implemented by the server according to the calls url.

Value

logical

Details

Raises errors.

See also

Examples

if (interactive()) { library(brapi) # make sure you are connected to the internet con <- ba_db()$sweetpotatobase ba_check(con) }