pb_add_tag_column: Extract one tag from tag columns into separate column.

Description Usage Arguments Value Examples

View source: R/misc.R

Description

Convenience function to make working with the dataframe of bookmarks a bit easier.

Usage

1
pb_add_tag_column(dataframe, tag)

Arguments

dataframe

the dataframe of bookmarks

tag

tag you would like to extract into a new column

Value

a dataframe with one extra column, containing TRUE or FALSE for presence of the tag

Examples

1
2
3
4
## Not run: 
pb_add_tag_column(all_bookmars, "europe")

## End(Not run)

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