get_tfavoriters: get the favoriters for a track

Description Usage Arguments Value See Also Examples

Description

Get all favoriters (users) for a track

Usage

1
get_tfavoriters(track_id, client_id)

Arguments

track_id

Numeric, has to be a valid track id

client_id

Has to be a valid client ID

Value

a data frame with all comments of a user

See Also

https://developers.soundcloud.com/docs/api/reference#users

Examples

1
2
3
4
5
6
7
8
## Not run: 
# get all comments for a track
track_id <- 152955202
client_id <- "512fef5d8f512ff221f512ff"
favoriters_df <- get_tfavoriters(track_id, client_id)
favoriters_df

## End(Not run)

adrauc/soundR documentation built on May 10, 2019, 5:58 a.m.