Learn R Programming

umx (version 1.4.0)

umx_pb_note: umx_pb_note

Description

Use the pushbullet service to push a note. You can also initialise this service by providing your autho_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 writen to "~/.pushbulletkey" umx_pb_note(auth_key="mykeystring") once it exists there, you dont need to store it in code, so code is sharable.

You can get your authaurization 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_grep, 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))
# ## End(Not run)

Run the code above in your browser using DataLab