Learn R Programming

spotifyr (version 2.2.4)

validate_offset: Validate offset parameter

Description

Validate offset parameter

Usage

validate_offset(offset)

Value

A boolean if the parameter matches the Spotify Web API parameter range.

Arguments

offset

Optional. The index of the first item to return. Defaults to 0, i.e., the first object. Use with limit to get the next set of items.