mmequiv_is_transient {mmequiv} | R Documentation |
Check if MME Calculator API response indicates transient error
Description
Check if MME Calculator API response indicates transient error
Usage
mmequiv_is_transient(resp)
Arguments
resp |
A httr2 response object. |
Value
A logical value indicating whether there was a rate limit error (429) and no API calls remaining.
[Package mmequiv version 1.0.0 Index]