Description Usage Arguments Value Examples
View source: R/get_group_info.R
Get information about a Pushover group
1 | get_group_info(group, app = get_pushover_app())
|
group |
group key |
app |
application token (see |
A list containing information for the given group. Fields include:
name: the group's name
users: list containing information about each user in the group
status: request status (1 = success)
request: unique request ID
raw: the raw httr::response object
1 2 3 4 | ## Not run:
get_group_info(group = "gznej3rKEVAvPUxu9vvNnqpmZpokzF")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.