pb_last_update: Find the last update time

Description Usage Arguments Value Examples

View source: R/misc.R

Description

Returns the most recent time a bookmark was added, updated or deleted. Use this before calling posts_all to see if the data has changed since the last fetch.

Usage

1
pb_last_update(as_datetime = FALSE, username = NULL, token = NULL)

Arguments

as_datetime

defaults to FALSE, if TRUE will turn the text value into "POSIXlt" "POSIXt"

username

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

token

your token

Value

time in text format or as "POSIXlt" "POSIXt"

Examples

1
2
3
4
5
## Not run: 
pb_last_update(as_datetime = TRUE)
pb_last_update()

## End(Not run)

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