validate_offset {spotifyr}R Documentation

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.


[Package spotifyr version 2.2.5 Index]