View source: R/brapi_imagebreed_logout.R
brapi_imagebreed_logout | R Documentation |
Logout from ImageBreed.
brapi_imagebreed_logout(con = NULL)
con |
list; required: TRUE; BrAPI connection object |
Using the DELETE /token call for authentication a user can logout from ImageBreed.org and release the valid access token from within R.
A list object of class 'brapi_con' from which the authentication token has been removed.
brapir generator package
Other brapiutils:
as.brapi_db()
,
brapi_canInternet()
,
brapi_checkCon()
,
brapi_connect()
,
brapi_db()
,
brapi_imagebreed_login()
,
brapi_login()
,
brapi_serverinfo_show()
,
is.brapi_con()
,
print.brapi_con()
,
print.brapi_db()
## Not run: # Login to ImageBreed.org with R con <- brapi_imagebreed_login(user = "USERNAME_HERE", password = "PASSWORD_HERE") # Logout from ImageBreed.org with R con <- brapi_imagebreed_logout(con = con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.