usersGetSubscriptions {vkR} | R Documentation |
Returns a list of IDs of users and communities followed by the user
Description
Returns a list of IDs of users and communities followed by the user
Usage
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)
[Package vkR version 0.2 Index]