powered by
Returns a list of IDs of users and communities followed by the user
usersGetSubscriptions( user_id = "", extended = "1", offset = 0, count = 0, fields = "", flatten = FALSE, progress_bar = FALSE, v = getAPIVersion() )
User ID
1 - to return a combined list of users and communities, 0 - to return separate lists of users and communities
Offset needed to return a specific subset of subscriptions
Number of users and communities to return
Profile fields to return
Automatically flatten nested data frames into a single non-nested data frame
Display progress bar
Version of API
# NOT RUN { my_subscriptions <- usersGetSubscriptions(me()) # }
Run the code above in your browser using DataLab