Learn R Programming

spotifyr (version 2.2.1)

validate_offset: Validate offset parameter

Description

Validate offset parameter

Usage

validate_offset(offset)

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.

Value

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