Package: pinboardr 1.0.0
pinboardr: Get information from 'pinboard.in' API
Full connectivity to the 'pinboard.in' service. Retrieve bookmarks, add new ones. Add, delete and rename tags, all from the convenience of your R session.
Authors:
pinboardr_1.0.0.tar.gz
pinboardr_1.0.0.zip(r-4.5)pinboardr_1.0.0.zip(r-4.4)pinboardr_1.0.0.zip(r-4.3)
pinboardr_1.0.0.tgz(r-4.4-any)pinboardr_1.0.0.tgz(r-4.3-any)
pinboardr_1.0.0.tar.gz(r-4.5-noble)pinboardr_1.0.0.tar.gz(r-4.4-noble)
pinboardr_1.0.0.tgz(r-4.4-emscripten)pinboardr_1.0.0.tgz(r-4.3-emscripten)
pinboardr.pdf |pinboardr.html✨
pinboardr/json (API)
NEWS
# Install 'pinboardr' in R: |
install.packages('pinboardr', repos = c('https://rmhogervorst.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rmhogervorst/pinboardr/issues
Last updated 4 years agofrom:d4d145f97c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win | OK | Nov 04 2024 |
R-4.5-linux | OK | Nov 04 2024 |
R-4.4-win | OK | Nov 04 2024 |
R-4.4-mac | OK | Nov 04 2024 |
R-4.3-win | OK | Nov 04 2024 |
R-4.3-mac | OK | Nov 04 2024 |
Exports:pb_add_tag_columnpb_get_notepb_get_notes_overviewpb_last_updatepb_posts_addpb_posts_allpb_posts_datespb_posts_deletepb_posts_getpb_posts_recentpb_posts_suggestpb_tags_deletepb_tags_getpb_tags_renamepb_user_api_tokenpb_user_secret
Readme and manuals
Help Manual
Help page | Topics |
---|---|
How to setup your authentication | authentication |
Extract one tag from tag columns into separate column. | pb_add_tag_column |
Get one specific note | pb_get_note |
Returns a data.frame of the user's notes | pb_get_notes_overview |
Find the last update time | pb_last_update |
Add a bookmark | pb_posts_add |
Return all bookmarks in the user's account | pb_posts_all |
Posts per date | pb_posts_dates |
Delete a bookmark | pb_posts_delete |
Get all posts on a day | pb_posts_get |
Get most recent posts | pb_posts_recent |
Returns a list of popular tags and recommended tags for a given URL. | pb_posts_suggest |
Delete an existing tag | pb_tags_delete |
Find all tags in use. | pb_tags_get |
Rename a tag | pb_tags_rename |
Get your api token | pb_user_api_token |
Returns the user's secret RSS key (for viewing private feeds) | pb_user_secret |
Pinboard format data.frame | pinboard_formatting |