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.

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

if (FALSE) { pb_last_update(as_datetime = TRUE) pb_last_update() }