Learn R Programming

pushoverr (version 1.0.0)

is.pushover_sound: Test whether the given sound is supported for Pushover messages

Description

Test whether the given sound is supported for Pushover messages

Usage

is.pushover_sound(x)

Arguments

x

a string containing a sound name

Value

A logical value indicating whether the given sound is supported by Pushover (TRUE) or not (FALSE)

Examples

Run this code
# NOT RUN {
is.pushover_sound("cosmic")

# }

Run the code above in your browser using DataLab