Enter the OpenAlex API polite pool for faster requests by providing an email
openalex_polite.Rd
Enter the OpenAlex API polite pool for faster requests by providing an email
Examples
if (FALSE) { # \dontrun{
if(interactive()){
# to set
openalex_polite("you@example.com")
# to unset
openalex_polite("")
}
} # }