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
: User IDextended
: 1 - to return a combined list of users and communities, 0 - to return separate lists of users and communitiesoffset
: Offset needed to return a specific subset of subscriptionscount
: Number of users and communities to returnfields
: Profile fields to returnflatten
: Automatically flatten nested data frames into a single non-nested data frameprogress_bar
: Display progress barv
: Version of API## Not run: my_subscriptions <- usersGetSubscriptions(me()) ## End(Not run)