I hereby claim:
- I am tjpalanca on github.
- I am tjpalanca (https://keybase.io/tjpalanca) on keybase.
- I have a public key ASCusuw3lgjUUQPJsIyhBl-Cuf3cnKQ3V9RCsSNxdKszmgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| These scripts set up Crostini on my Pixelbook |
| Stan Syntax Highlighting in RMarkdown |
| CXXFLAGS = -Wno-macro-redefined -Wno-unused-variable -Wno-unused-function -Wno-unused-local-typedefs -Wno-unknown-pragmas -Wno-c++11-inline-namespace |
| # Creating joyplot at: https://github.com/tjpalanca/facebook-news-analysis/raw/master/figs/09-reactions-vs-articles.gif | |
| # Full rmarkdown file at: https://github.com/tjpalanca/facebook-news-analysis/blob/master/src/02-fb-topic-modeling.Rmd | |
| # Prepare dataset for joy plot | |
| posts_classification.dt %>% | |
| inner_join( | |
| posts.dt %>% | |
| select( | |
| document = post_id, | |
| news_page = page_name, |
| # Process 2015 Philippines Census Data into tidy format | |
| # [email protected] | 2016-06-12 | |
| # Load necessary libraries | |
| library(dplyr); library(purrr); library(stringr) # data munging | |
| library(readxl) # reading excel documents | |
| # Main function | |
| GetCensusBarangayData <- function() { | |
| # Download files |