raqs_options {raqs}R Documentation

Package options

Description

The following package options can be set via options and queried via getOption.

Options to handle the AQS API rate limits

The AQS API recommends not to make more than 10 requests per minute and pause 5 seconds between requests.

Option to handle the type of data object to return

By default, the parsed data will be returned as a data.frame object, but can be adjusted for users' preferences.

Examples


## Change for the duration of the session
op <- options(raqs.rep_per_min = 5)

## Change back to the original value
options(op)


[Package raqs version 1.0.2 Index]