pocket_modify_bulk_ {pocketapi} | R Documentation |
pocket_modify_bulk_
Description
Bulk modify for a given action, i.e., the action is the same for all item_ids.
Usage
pocket_modify_bulk_(item_ids, action_name, consumer_key, access_token, ...)
Arguments
item_ids |
Character vector. Pocket item IDs that should be modified. |
action_name |
Character. The action that should be performed on all specified items. |
consumer_key |
Character string. Your Pocket consumer key. Defaults to |
access_token |
Character string. Your Pocket request token. Defaults to |
... |
Additional named arguments to be added to the action list items. |
[Package pocketapi version 0.1 Index]