Learn R Programming

hereR (version 0.9.1)

set_rate_limit-deprecated: Limit requests to the APIs

Description

If set to TRUE the hereR package limits the requests per second (RPS) sent to the APIs. This option is necessary for freemium licenses to avoid hitting the rate limit of the APIs with status code 429. Deactivate this option to increase speed of requests for paid plans.

Usage

set_rate_limit(ans)

Value

None.

Arguments

ans

boolean, use limits or not (default = TRUE)?

See Also

hereR-deprecated