acled_auth | R Documentation |
Pings the ACLED API token endpoint for authentication using email and password.
acled_auth(req, username, password = NULL)
req |
An ACLED API request. |
username |
Email associated with ACLED account. |
password |
User password associated with ACLED account. |
Returns a modified HTTP request that will use OAuth for the ACLED API.
ACLED API Access guide https://acleddata.com/api-documentation/getting-started
Other API and Access:
acled_access()
,
acled_api()
,
acled_deletions_api()
,
acled_update()
## Not run:
acled_auth(req, email, password)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.