usersGetSubscriptions function

Returns a list of IDs of users and communities followed by the user

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() )

Arguments

  • user_id: User ID
  • extended: 1 - to return a combined list of users and communities, 0 - to return separate lists of users and communities
  • offset: Offset needed to return a specific subset of subscriptions
  • count: Number of users and communities to return
  • fields: Profile fields to return
  • flatten: Automatically flatten nested data frames into a single non-nested data frame
  • progress_bar: Display progress bar
  • v: Version of API

Examples

## Not run: my_subscriptions <- usersGetSubscriptions(me()) ## End(Not run)
  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29