Description Usage Arguments Value See Also Examples
Returns a data frame with all followings (followed users)
1  | get_followings(user_id, client_id = client_id)
 | 
user_id | 
 Numeric, has to be a valid user id of Soundcloud user  | 
client_id | 
 Has to be a valid client ID  | 
a data frame with all followings of a user
https://developers.soundcloud.com/docs/api/reference#users
1 2 3 4 5 6 7 8  | ## Not run: 
# get all followings of a user
user_id <- 20753162
client_id <- "512fef5d8f512ff221f512ff"
followings_df <- get_followings(user_id, client_id)
followings_df
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.