steemr

[New Features on steemr] Display all the posts of a give Steemian with statistics, and get the utopian review and upvote plan!

  • A new functionsposts() displays a Shiny app, which is a user friendly interactive UI to show all the posts of a give Steemian's ID. Analysis diagrams are plotted as well, including the distribution of the post payout and votes, the active hour of the Steemian's posting, and the time series of the growth of the cumulative post number, payout, and votes.

Continue reading

[New Features on steemr] Diagrams in the Shiny app for the statistics of the Steem CN community!

I added diagrams into the Shiny app scner(). These diagrams include the word clouds of the Steemians of the CN community, as well as the histograms for the distributions according to the ESP, account value, online-days, etc..

Continue reading

[New Features on steemr] A Shiny app for the statistics of the Steem CN community!

A new functionscner() displays a Shiny app, which is a user friendly interactive UI for the statistics of a group of Steemians, hereby those who are active in the CN community. It has the potential to be used for other groups of Steemians with some simple modifications to this function.

Continue reading

[New Features on steemr] Diagrams in the follower shiny app!

A comment by the utopian.io moderator mentioned that the wordings of both 'followers but not following', 'following but not followers' are confusing. Although they are the official callings that I cannot change, a diagram could help. Therefore, I added a Venn diagram into the sfollow()shiny app.

Continue reading

[Tutorial for steemr] Retrieving and Analyzing the Comment Data

What Will I Learn?

  • Using the function gcomment() to retrieve the comment data of a given ID.
  • Using other R functions to enhance and analyze the data retrieved by gcomment().

Continue reading

[New Features on steemr] Functions for a user friendly UI as an interactive follower report!

A new functionsfollow() displays a Shiny app, which is a user friendly interactive UI as a follower report.

Continue reading

[New Features on steemr] Functions for delegation report and CNer report!

What features did I add?

  • The new functiongspmv() retrieves the value of Steem per MVests from the server.

  • The new functiongdelegation() retrieves the delegation data from the server, makes a summary, and plot a time series automatically.

Continue reading

[Tutorial for steemr] Retrieving and Analyzing the delegation Data

What Will I Learn?

  • Using the function gdelegation() to retrieve and visualize the delegation data.
  • Using the function gspmv() to retrieve the value of Steem per MVests.
  • Using other R functions to enhance and analyse the data retrieved by gdelegation().

Continue reading

[Tutorial for steemr] Installation + Retrieving and Analyzing Steemians' profiles

What Will I Learn?

  • Setting-up of the environment which steemr requires.
  • Using the function gid() to retrieve a Steemian's profile from the block chain or the data servers.
  • Using other R functions to enhance and analyze the data retrieved by gid().

Continue reading

[New Features on steemr] Functions for saving the posts and building an independent blog site!

  • Do you want to backup your Steem posts in a local disk? The new functionbmd() (build markdown files) saves the posts in the local path as markdown files easily.

Continue reading