getGroupsMembersExecute {vkR} | R Documentation |
Returns a list of community members
Description
Returns a list of community members
Usage
getGroupsMembersExecute(
group_id = "",
sort = "",
offset = 0,
count = 0,
fields = "",
filter = "",
flatten = FALSE,
progress_bar = FALSE,
v = getAPIVersion()
)
Arguments
group_id |
ID or screen name of the community |
sort |
Sort order. Available values: id_asc, id_desc, time_asc, time_desc. time_asc and time_desc are availavle only if the method is called by the group's moderator |
offset |
Offset needed to return a specific subset of community members |
count |
Number of community members to (0 - get all community members) |
fields |
List of additional fields to be returned |
filter |
friends - only friends in this community will be returned; unsure - only those who pressed 'I may attend' will be returned (if it's an event) |
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:
members <- getGroupsMembersExecute(1, fields='sex,bdate,city', progress_bar = TRUE)
## End(Not run)
[Package vkR version 0.2 Index]