getStatus: Returns data required to show the status of a users and/or...

Description Usage Arguments Examples

View source: R/status.R

Description

Returns data required to show the status of a users and/or communities

Usage

1
2
3
4
5
6
getStatus(
  users_ids = c(),
  groups_ids = c(),
  progress_bar = FALSE,
  v = getAPIVersion()
)

Arguments

users_ids

User IDs

groups_ids

Community IDs

progress_bar

Display progress bar

v

Version of API

Examples

1
2
3
4
5
6
7
8
## Not run: 
status.me <- getStatus()
status.friends <- getStatus(users_ids = getFriends()$items)
status.groups  <- getStatus(groups_ids = getGroups()$items)
status.friends_and_groups <- getStatus(users_ids = getFriends()$items,
 groups_ids = getGroups()$items, progress_bar = T)

## End(Not run)

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