This is the source code base for the EDAV final project, powered by R bookdown.
EDAV Fall 2019 Final Project: Understanding 2020 Presidential Polls from Social Media Perspective.
The use of social media in politics including Twitter, Facebook, and YouTube has dramatically changed the way campaigns are run and how Americans interact with their elected officials. The prevalence of social media in politics has made elected officials and candidates more accountable and accessible to voters.
Every adult citizen can vote and every vote counts, the question is: who will be the chosen one by the collective decision in this world of divergent?
Thus, We take a close look at social media data and analyze with demographics data collected online to help us understand 2020 Presidential Polls. Finally, our latest study unveils how social media diverges from presidential election polls.
-
- Youtubue Data Analysis.
-
- Twitter Data Analysis.
-
- Face Data Analysis.
-
- Checkout this repo.
-
- Install bookdown with
install.packages("bookdown")
. If you already have it, update to version 0.16 (2019-11-22).
- Install bookdown with
-
- Render locally with
bookdown::render_book("index.Rmd")
.
- Render locally with
-
- Use
browseURL("docs/index.html")
to view your book locally (or just openindex.html
in a browser).
- Use