pb_tags_rename: Rename a tag

Description Usage Arguments Value Examples

View source: R/tags.R

Description

Change the name of a tag. Notice that 'pinboard.in' does not tell you if a tag exists or not. It will return a 'done' unless something else goes wrong.

Usage

1
pb_tags_rename(old, new = NULL, username = NULL, token = NULL)

Arguments

old

REQUIRED old tag name

new

REQUIRED new tag name, if empty nothing will happen

username

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

token

your token

Value

text confirmation

Examples

1
2
3
4
## Not run: 
pb_tags_rename(old = "svg", new = "illustrations")

## End(Not run)

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