Description Usage Arguments Value Examples
Get one specific note
1 | pb_get_note(id = NULL, username = NULL, token = NULL)
|
id |
the id of a note |
username |
your username You probably don't need to supply this every time. See |
token |
your token |
a list containing id, title, created_at, updated_at, length, text and hash
1 2 3 4 | ## Not run:
pb_get_note(id=12345)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.