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

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

if (FALSE) { pb_add_tag_column(all_bookmars, "europe") }