Skip to content

Commit

Permalink
add newest meme payload
Browse files Browse the repository at this point in the history
  • Loading branch information
favstats committed Jul 8, 2019
1 parent 619516e commit 19e4b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified data/meme_posts.rda
Binary file not shown.
3 changes: 3 additions & 0 deletions vignettes/FB_Page_Data.Rmd
Expand Up @@ -22,6 +22,8 @@ library(Rfacebook)


```{r, eval = F}
source("../R/fb_helpers.R")
token <- fb_authorization()
page <- "Rmemes0"
Expand Down Expand Up @@ -89,6 +91,7 @@ meme_posts %>%
geom_violin() +
geom_boxplot(width = 0.2)
# usethis::use_data(meme_posts, overwrite = T)
```

Expand Down

0 comments on commit 19e4b50

Please sign in to comment.