umx (version 1.9.1)

umx_pb_note: umx_pb_note

Description

Use the pushbullet service to push a note. You can also initialise this service by providing your key one time

Usage

umx_pb_note(title = "test", body = "body", auth_key = c(NA, "GET"))

Arguments

title

of the note

body

of the note

auth_key

optional authkey (default = NA, set to value of your key to store key.

Details

If you supply auth_key, It will be written to "~/.pushbulletkey" umx_pb_note(auth_key="mykeystring") once it exists there, you do not need to store it in code, so code is sharable.

You can get your authorization key at https://www.pushbullet.com in the "account" section.

Note: You can show the existing stored key using "GET"

References

- https://github.com/tbates/umx, https://tbates.github.io

See Also

- umx_msg

Other Utility Functions: qm, umx_find_object, umx_msg, umx_names, umx_paste_names, umx_print, umx_rename, umx

Examples

Run this code
# NOT RUN {
umx_pb_note("done!", umx_time(m1))
# }

Run the code above in your browser using DataLab