auth | R Documentation |
Authenticate to the Evalyzer platform.
auth(username = "", password = "")
username |
User name. |
password |
User password. |
A rvest session.
session <- auth("my-username", "my-password")
# Authenticate interactively
session <- auth()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.