set_freemium: Set whether plan is freemium or not

View source: R/options.R

set_freemiumR 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 = TRUE)?

Value

None.

Examples

set_freemium(FALSE)

hereR documentation built on Sept. 18, 2023, 5:21 p.m.