getStatus function

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

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

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

## 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)
  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29

Downloads (last 30 days):