View source: R/brapi_checkCon.R
| brapi_checkCon | R Documentation |
Checks if a BrAPI compliant database can be reached given the connection details.
brapi_checkCon(con = NULL, verbose = TRUE, brapi_calls = "any")
con |
list; required: TRUE; BrAPI connection object of class |
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". |
Raises errors when the connection to a BrAPI compliant database can not be made over internet.
logical
brapir generator package
Other brapiutils:
as.brapi_db(),
brapi_canInternet(),
brapi_connect(),
brapi_db(),
brapi_imagebreed_login(),
brapi_imagebreed_logout(),
brapi_login(),
brapi_serverinfo_show(),
is.brapi_con(),
print.brapi_con(),
print.brapi_db()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.