Learn R Programming

pushoverr (version 0.1.1)

status,PushoverResponse-method: Return the Pushover response status

Description

Pushover API calls return a status code, which indicates the success of a a query (1=success, 0=problem). The status method extracts the numeric status code from a PushoverResponse-class object.

Usage

## S3 method for class 'PushoverResponse':
status(object)

Arguments

object

Value

  • The numeric status value stored in the object (1=success, 0=problem)

See Also

is.success