control: Control your Spotify instance through R

Description Usage Arguments Author(s) See Also Examples

Description

play, pause, jump between playing tracks, and get track info from your R console. The control function takes a single argument, which relate to track skipping ('next', 'prev'), stopping and starting playback ('play', 'pause'), and obtaining track information ('info')

Usage

1
control(action = "next")

Arguments

action

the action that the user would like to take (described in description above).

Author(s)

Tad Dallas

See Also

vol

Examples

1
2
3
4
5
6
7
## Not run: 
#next track
control('next')
# who sings this?
control('info')

## End(Not run)

taddallas/rSpotify documentation built on May 31, 2019, 1:44 a.m.