R
Resources R, Shiny, rmarkdown, htmlwidgets, plots and dashboard
Deployment of R Applications
http://predictiveecology.org/2015/12/08/R-Web-App-Development-Deployment-Distribution.html
http://www.jenunderwood.com/2015/01/12/part-1-integrating-r/
http://shiny.rstudio.com/articles/shinyapps.html
R studio learning resources
https://www.rstudio.com/online-learning/
R Markdown
http://rmarkdown.rstudio.com/lesson-1.html
Shiny
http://rstudio.github.io/shiny/tutorial/
http://shiny.rstudio.com/
https://shiny.rstudio.com/tutorial/
Shiny Gallery
http://shiny.rstudio.com/gallery/
Building Shiny Apps
http://deanattali.com/blog/building-shiny-apps-tutorial/
R for Data Science
http://r4ds.had.co.nz/
Embedding Maps in R using Leaflet library
https://rstudio.github.io/leaflet/map_widget.html
http://leafletjs.com/reference.html
HTML Widgets
http://www.htmlwidgets.org/
ggplot
http://www.statmethods.net/advgraphs/ggplot2.html
https://plot.ly/ggplot2/
https://www.datacamp.com/courses/data-visualization-with-ggplot2-1
Plotly
https://plot.ly/r/
Using Plotly plots in Shiny App
https://plot.ly/r/shiny-tutorial/
Network Graphs
https://cran.r-project.org/web/packages/data.tree/vignettes/data.tree.html
https://christophergandrud.github.io/networkD3/#radial
Collapsible Tree
https://adeelk93.github.io/collapsibleTree/
Layouts in D3
http://chimera.labs.oreilly.com/books/1230000000345/ch11.html
Flexdashboard
http://rmarkdown.rstudio.com/flexdashboard/
ShinyDashboard
https://rstudio.github.io/shinydashboard/index.html
Knitr
https://yihui.name/knitr/
Visualization Samples
https://moderndata.plot.ly/interactive-r-visualizations-with-d3-ggplot2-rstudio/
Shiny Dashboard Samples
https://www.showmeshiny.com/
https://www.rstudio.com/products/shiny/shiny-user-showcase/
Integrating D3.js into Shiny
http://myinspirationinformation.com/visualisation/d3-js/integrating-d3-js-into-r-shiny/
Cricket
Cricket Data Retrieval
https://www.quora.com/Where-can-I-get-Raw-data-of-international-cricket
Twitter Trends Sample
https://www.trendsmap.com/
Twitter API Tutorial
http://socialmedia-class.org/twittertutorial.html
Download for Twitter python lib:
https://pypi.python.org/pypi/twitter#downloads
Twitter API
https://dev.twitter.com/rest/reference/get/trends/place
Twitter App Management
https://apps.twitter.com/
Shiny
Articles on Shiny
http://shiny.rstudio.com/articles/
Tutorials on Shiny
http://shiny.rstudio.com/tutorial/
R Markdown
Learning Resources from RStudio
https://www.rstudio.com/online-learning/
R Markdown Learning Resource:
http://rmarkdown.rstudio.com/lesson-1.html
Parameters can be passed to an R markdown document
Parameters can be passed to R document
Insertion of Table in R Markdown:
Tables can be made easily with knitr’s ‘kable’ function.
mydata = read.csv(“../../data/opposition_vs_runs.csv”)
kable(mydata, caption = ‘Runs Scored Against Countries’)
Cheat Sheet for R markdown: Contains various formatting options for R.
rmarkdown-cheatsheet-2.0
Formatting of Text in R Markdown
italics
bold
code
links
Insert a hyperlink ==> elephant
Knitting to pdf:
for page end: \newpage or \pagebreak