getGroupsMembersExecute: Returns a list of community members

Description Usage Arguments Examples

View source: R/groups.R

Description

Returns a list of community members

Usage

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

1
2
3
4
## Not run: 
members <- getGroupsMembersExecute(1, fields='sex,bdate,city', progress_bar = TRUE)

## End(Not run)

Dementiy/vkR documentation built on Oct. 1, 2020, 9:48 a.m.