Learn R Programming

aiRly (version 0.1.0)

remaining_requests: Get information about remaining API requests

Description

Default rate limit per apikey is 100 API requests per day for all users. In order to get information, user has to make at least one request.

Usage

remaining_requests()

Arguments

Value

list containing information about remaining requests and daily limit

Examples

Run this code
# NOT RUN {
# Make any request before calling this function
remaining_requests()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab