Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurui-Feng authored Feb 4, 2023
1 parent 1a6d780 commit e615fcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ devtools::install_github("UBC-MDS/twitterAnalysis")

## Example

Here is an example analysis using 300 recent tweets from a user

Here is an example analysis using 300 recent tweets from a user.
``` r
library(twitterAnalysis)

Expand All @@ -61,6 +60,8 @@ cleaned_tweets |>
count_words() |>
create_wordcloud()
```
For a more detailed example usage, see
[here](https://ubc-mds.github.io/twitterAnalysis/articles/twitterAnalysis.html)

## Functions

Expand Down

0 comments on commit e615fcd

Please sign in to comment.