Repo
https://github.com/pzhaonet/steemr
Brief Intro
'steemr' is an open source R package for playing with Steem data in R environment. It is used to download, post process, analyze, and visualize Steem data on the basis of the powerful statistic power of R.
Previously on steemr:
[New Project] steemr: an R package to download, play with, and visualize Steem data
[New Features on steemr] Now steemr supports SteemSQL queries!
[New Features on steemr] supports AppBase API and plots active hour diagrams!
[New Features on steemr] Functions for accounts and comments report!
[New Features on steemr] Functions for saving the posts and building an independent blog site!
[New Features on steemr] Functions for delegation report and CNer report!
New Features
What features did I add?
A new functionsfollow()
displays a Shiny app, which is a user friendly interactive UI as a follower report.
Shiny is an R package that makes it easy to build interactive web apps straight from R. It is very easy to use even for non-R users. The single command sfollow()
displays a webpage, on which the users just has to type an ID, and then a follower report will appear, with (1) a list of the 'followers but not following', (2) 'following but not followers', (3) a table of the followers' information, and (4) a table of the following information. The users can easily filter or order each column.
Part 1 of @ned's follower report produced by
sfollow()
.
Part 4 of @ned's follower report produced by
sfollow()
.
How did I implement them?
I added the new function sfollow()
in 'R/shiny.r', as well as the internal functions sfollow_ui()
and sfollow_server()
which are the UI function and server function for sfollow()
. Each part of the functions are well documented. Other files were updated automatically by compilation.
Link to relevant lines in the code on GitHub can be found mainly in my latest commit (click to see the details):
Thank you for your contribution. You can change the wordings of both 'followers but not following', 'following but not followers', because they look similar.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you very much for your kind suggestion! English is not my first language, and I will try to find better wordings to improve the expression:)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey @dapeng
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
偶然才看见这个R工具包,可以通过R程序upvote或者comment帖子吗?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
目前不可以。
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit