Description Usage Arguments Details Value Author(s) See Also Examples
Checks if a BrAPI server can be reached given the connection details.
1  | 
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.  | 
Raises errors.
logical
Reinhard Simon
Other brapiutils: as.ba_db,
ba_can_internet, ba_connect,
ba_db, ba_login,
ba_logout, is.ba_con,
print.ba_con,
print.ba_db_list
1 2 3 4 5 6 7 8 9  | if (interactive()) {
  library(brapi)
  # make sure you are connected to the internet
  con <- ba_db()$testserver
  ba_check(con)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.