aqs_signup {raqs} | R Documentation |
Create an account for the AQS API
Description
This function helps you create an account or reset a password. Once you execute this function, a verification email will be sent to the email account specified. If the request is made with an email that is already registered, a new key will be issued for that account and emailed to the listed address.
Usage
aqs_signup(email)
Arguments
email |
A string specifying an email account to register as a user |
Value
No return value, called to sign up for the AQS API
See Also
See set_aqs_user to set your credentials to send a request to the AQS API.
Examples
## Not run:
## Please use your email address to create an account
aqs_signup(email = "youremail@toregister.com")
## End(Not run)
[Package raqs version 1.0.2 Index]