pb_get_note: Get one specific note

Description Usage Arguments Value Examples

View source: R/notes.R

Description

Get one specific note

Usage

1
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

1
2
3
4
## Not run: 
pb_get_note(id=12345)

## End(Not run)

RMHogervorst/pinboardr documentation built on Aug. 9, 2020, 8:55 p.m.