Description Usage Arguments Value Examples
The bt_api_check() function checks to see
if you can successfully connect to https://bittrex.com.
| 1 | bt_api_check(warn = TRUE)
 | 
| warn | if the request is not successful, should a warning be provided with the status code. | 
A named logical indicating if you can connect to the exchange through the public interface.
| 1 2 3 4 | ## Not run: 
bt_api_check()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.