Learn R Programming

pushoverr (version 0.1.4)

validate_PushoverResponse: Validate a given PushoverResponse object

Description

validate_PushoverResponse determines whether or not a given PushoverResponse object has valid slot values. This function is automatically called when a new PushoverResponse object is created or validObject is called with an existing object.

Usage

validate_PushoverResponse(object)

Arguments

object

Value

A boolean value indicating if the PushoverResponse object is valid (TRUE) or not (FALSE)