Get one specific note

pb_get_note(id = NULL, username = NULL, token = NULL)

Arguments

id

the id of a note

username

your username You probably don't need to supply this every time. See ?authentication

token

your token

Value

a list containing id, title, created_at, updated_at, length, text and hash

Examples

if (FALSE) { pb_get_note(id=12345) }