Description Usage Arguments Details Value
View source: R/pocket_archive.R
archive items from your Pocket list.
1 2 3 4 5 | pocket_archive(
item_ids,
consumer_key = Sys.getenv("POCKET_CONSUMER_KEY"),
access_token = Sys.getenv("POCKET_ACCESS_TOKEN")
)
|
item_ids |
character vector. Pocket item ids you want to archive. |
consumer_key |
character. Your Pocket consumer key. Defaults to Sys.getenv("POCKET_CONSUMER_KEY"). |
access_token |
character. Your Pocket request token. Defaults to Sys.getenv("POCKET_ACCESS_TOKEN"). |
This function uses the modify
endpoint of the Pocket API which exhibits some weird behaviour.
For example, even if a 'modify' action is not successful, the API will still return "success".
See [issue [#26](https://github.com/CorrelAid/pocketapi/issues/26) for a discussion.
Invisibly returns a list containing information on whether the action failed or succeeded, including the respective item ID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.