View source: R/brapi_serverinfo_expiration.R
brapi_serverinfo_expiration | R Documentation |
Display the expiration date and time of token if available.
brapi_serverinfo_expiration(con)
con |
list; required: TRUE; BrAPI connection object of class |
library(brapirv1) if (interactive()) { con <- brapi_db()$testserver brapi_serverinfo_expiration(con) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.