You May Also Enjoy
Monitoring Anti-AAPI Public Sentiment in Twitter
less than 1 minute read
Published:
The Xenophobia trend against AAPI communities draws a lot of attention after the mass shooting in Atalanta, including 6 women of Asians. I was monitoring and detecting tweets related to stigmatize the coronavirus using racial slurs such as China Virus, Wuhan Virus, Chinese Virus, Kung Flu, etc. Here is the plot that documents the time series of tweets mentioning these racial slurs in 2020. You see that it has a huge spike after Trump tweeted ChinaVirus on March 16, 2020.
How to Use Git to Share Your Work
1 minute read
Published:
This post briefly introduces how to use Git to share your work and connect your Github with Rstudio.
How to Make a R Package
less than 1 minute read
Published:
This post briefly introduces how to make R packages. For more details, you can check this Write R Extensions; but it is hard for beginnners to read through these details, so I recommend the Hadley’s R Packages book. This is a very reader-friendly book that introduces the infrastructure of R packages and the basic processes that we make R packages.
Google R Style Guide
2 minute read
Published:
This post introduces R style guide from google community. It is very useful for beginners to learn how to code in an appropriate way that can share with other scholars. The basic goal of this post is to introduce the commonly used coding styles.