Package: Rtumblr 0.2.0

Rtumblr: Collecting and Analyzing 'Tumblr' Data
An implementation of calls designed to collect 'Tumblr' data via its Application Program Interfaces (API), which can be found at the following URL: <https://www.tumblr.com/docs/en/api/v2>.
Authors:
Rtumblr_0.2.0.tar.gz
Rtumblr_0.2.0.zip(r-4.7)Rtumblr_0.2.0.zip(r-4.6)Rtumblr_0.2.0.zip(r-4.5)
Rtumblr_0.2.0.tgz(r-4.6-any)Rtumblr_0.2.0.tgz(r-4.5-any)
Rtumblr_0.2.0.tar.gz(r-4.7-any)Rtumblr_0.2.0.tar.gz(r-4.6-any)
Rtumblr_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
Rtumblr/json (API)
| # Install 'Rtumblr' in R: |
| install.packages('Rtumblr', repos = c('https://schochastics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/schochastics/rtumblr/issues
Pkgdown/docs site:https://schochastics.github.io
Last updated from:846be6d164. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 116 | ||
| source / vignettes | OK | 160 | ||
| linux-release-x86_64 | NOTE | 123 | ||
| macos-release-arm64 | NOTE | 78 | ||
| macos-oldrel-arm64 | NOTE | 106 | ||
| windows-devel | NOTE | 68 | ||
| windows-release | NOTE | 90 | ||
| windows-oldrel | NOTE | 106 | ||
| wasm-release | OK | 106 |
Exports:get_blog_avatarget_blog_blocksget_blog_followed_byget_blog_followersget_blog_followingget_blog_infoget_blog_likesget_blog_postsget_dashboardget_postget_post_notesget_posts_tagget_user_followingget_user_infoget_user_likesget_user_limitsrtumblr_auth
Dependencies:askpassclicurldplyrgenericsgluehttr2lifecyclemagrittropensslpillarpkgconfigR6rappdirsrlangsystibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Retrieve a Blog Avatar You can get a blog's avatar in 9 different sizes | get_blog_avatar |
| Retrieve Blogs Blocks | get_blog_blocks |
| Check If Followed By Blog This method can be used to check if one of your blogs is followed by another blog. | get_blog_followed_by |
| Retrieve followers | get_blog_followers |
| Retrieve following | get_blog_following |
| Retrieve Blog Info | get_blog_info |
| Retrieve Blog's Likes | get_blog_likes |
| Retrieve Published Posts | get_blog_posts |
| Retrieve a User's Dashboard | get_dashboard |
| Retrieve a Single Post | get_post |
| Retrieve Notes for a Post | get_post_notes |
| Get Posts with Tag | get_posts_tag |
| Retrieve the Blogs a User Is Following | get_user_following |
| Retrieve a User's Information | get_user_info |
| Retrieve a User's Likes | get_user_likes |
| Retrieve a User's Limits | get_user_limits |
| Authenticate with Tumblr (OAuth 1.0a) | rtumblr_auth |
