Convenience function to make working with the dataframe of bookmarks a bit easier.
pb_add_tag_column(dataframe, tag)
dataframe | the dataframe of bookmarks |
---|---|
tag | tag you would like to extract into a new column |
a dataframe with one extra column, containing TRUE or FALSE for presence of the tag
if (FALSE) { pb_add_tag_column(all_bookmars, "europe") }