aqs_signup | R Documentation |
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.
aqs_signup(email)
email |
A string specifying an email account to register as a user |
No return value, called to sign up for the AQS API
See set_aqs_user to set your credentials to send a request to the AQS API.
## Not run:
## Please use your email address to create an account
aqs_signup(email = "youremail@toregister.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.