View source: R/authentication_functions.R
check_authentication | R Documentation |
This function checks whether you are currently authenticated
with the IUROPA API. You need to provide an object of class
iuropa_session
created by the function authenticate()
.
check_authentication(session)
session |
An object of class |
This function prints a message to the console but does not return an object.
## Not run:
session <- authenticate(
username = "USERNAME",
password = "PASSWORD"
)
check_authentication(session)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.