View source: R/open_alex_restclient.R
openalex_polite | R Documentation |
Enter the OpenAlex API polite pool for faster requests by providing an email
openalex_polite(email)
email |
an email address, on the form "you@example.com" or "" to unset email |
a logical depending on whether email was set or unset
## Not run:
if(interactive()){
# to set
openalex_polite("you@example.com")
# to unset
openalex_polite("")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.