powered by
get_devices queries the Pushover API for a list of the devices that have been registered by the given user
get_devices
is.device determines whether the given device is registered to the given user
is.device
get_devices(user = get_pushover_user(), app = get_pushover_app())is.device(device, user = get_pushover_user(), app = get_pushover_app())
is.device(device, user = get_pushover_user(), app = get_pushover_app())
Pushover user key (see set_pushover_user)
set_pushover_user
Pushover application token (see set_pushover_app)
set_pushover_app
The name of a device
get_devices returns a list of device names registered by the given user
is.device returns a logical value for each of the given devices that indicates whether (TRUE) or not (FALSE) that device is registered to the given user.
TRUE
FALSE
# NOT RUN { get_devices(user = "uQiRzpo4DXghDmr9QzzfQu27cmVRsG", app = "azGDORePK8gMaC0QOYAMyEEuzJnyUi") # } # NOT RUN { is.device(device = "phone") # }
Run the code above in your browser using DataLab