set_freemium {hereR} | R Documentation |
Set whether plan is freemium or not
Description
If set to TRUE
the hereR package limits the requests per second (RPS)
sent to the APIs and routing matrices will be chopped up into submatrices
of size 15x100. 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_freemium(ans = TRUE)
Arguments
ans |
boolean, use limits or not (default = |
Value
None.
Examples
set_freemium(FALSE)
[Package hereR version 1.0.0 Index]