Description Usage Arguments Value Examples
Convenience function to make working with the dataframe of bookmarks a bit easier.
1 | 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
1 2 3 4 | ## Not run:
pb_add_tag_column(all_bookmars, "europe")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.