Description Usage Arguments Value Examples
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.
1 | pb_last_update(as_datetime = FALSE, username = NULL, token = NULL)
|
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 |
token |
your token |
time in text format or as "POSIXlt" "POSIXt"
1 2 3 4 5 | ## Not run:
pb_last_update(as_datetime = TRUE)
pb_last_update()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.