Queries the OpenAlex rate-limit endpoint and returns current API usage and remaining budget as a parsed list.
Usage
pro_rate_limit_status(api_key = pro_api_key(), verbose = TRUE)Arguments
- api_key
API key (character string) or `NULL`. Defaults to
pro_api_key(). If `NULL` or `""`, this function returnsFALSEwith an informational message.- verbose
Logical. If
TRUE(default), prints rate limit info viamessage().