check_offset: Check if the 'offset' is valid.

View source: R/check_offset.R

check_offsetR Documentation

Check if the offset is valid.

Description

Check if the offset is valid. Will stop if not

Usage

check_offset(offset)

Arguments

offset

the offset of the results from a query, as checked by check_offset. A standard query uses an offset of zero and returns maximally 10000 results. To obtain the next results, an offset of 10000 is used.

Value

nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

check_offset(offset = 0)
check_offset(10000)

richelbilderbeek/iedbr documentation built on Aug. 21, 2022, 12:12 a.m.