Description Usage Arguments Examples
Returns data required to show the status of a users and/or communities
1 2 3 4 5 6  | getStatus(
  users_ids = c(),
  groups_ids = c(),
  progress_bar = FALSE,
  v = getAPIVersion()
)
 | 
users_ids | 
 User IDs  | 
groups_ids | 
 Community IDs  | 
progress_bar | 
 Display progress bar  | 
v | 
 Version of API  | 
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.