usersGetSubscriptions: Returns a list of IDs of users and communities followed by...

Description Usage Arguments Examples

View source: R/users.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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

1
2
3
4
## Not run: 
my_subscriptions <- usersGetSubscriptions(me())

## End(Not run)

vkR documentation built on Jan. 13, 2021, 10:09 a.m.