- intrusiveness
(numeric) A non-negative scalar on how intrusive
(disruptive) the reporter to the user.
- target
(character vector) Specifies where progression updates are
rendered.
- title
The title of the note being posted.
- recipients
A character or numeric vector indicating the
devices this post should go to. If missing, the default device
is looked up from an optional setting, and if none has been set
the push is sent to all devices.
- email
An alternative way to specify a recipient is to specify
an email address. If both recipients
and email
are
present, recipients
is used.
- channel
A channel tag used to specify the name of the channel
as the recipient. If either recipients
or email
are present,
they will take precedence over channel
.
- apikey
The API key used to access the service. It can be
supplied as an argument here, via the global option
rpushbullet.key
, or via the file ~/.rpushbullet.json
which is read at package initialization (and, if found, also sets
the global option).
- ...
Additional arguments passed to make_progression_handler()
.