Learn R Programming

pushoverr (version 1.1.0)

get_group_info: Get information about a Pushover group

Description

Get information about a Pushover group

Usage

get_group_info(group, app = get_pushover_app())

Arguments

group

group key

app

application token (see set_pushover_app())

Value

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

Examples

Run this code
# NOT RUN {
get_group_info(group = "gznej3rKEVAvPUxu9vvNnqpmZpokzF")
# }

Run the code above in your browser using DataLab