These are the materials for the R Workshop help at WPI on 2016-02-10.
Viewable at: http://hrbrmstr.github.io/WPIRWorkshop/
If you plan on trying to compile the handout R markdown document locally (assuming you install all dependent packages), you will also need to install the custom WPI template I made. You can do that by:
install.packages("devtools")
devtools::install_github("hrbrmstr/hrbrmrkdn")
Here are the packages that were used in making the handout:
@Manual{R-base,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2015},
url = {https://www.R-project.org/},
}
@Manual{R-DiagrammeR,
title = {DiagrammeR: Create Graph Diagrams and Flowcharts Using R},
author = {Knut Sveidqvist and Mike Bostock and Chris Pettitt and Mike Daines and Andrei Kashcha and Richard Iannone},
year = {2016},
note = {R package version 0.8.2},
url = {https://CRAN.R-project.org/package=DiagrammeR},
}
@Manual{R-dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain Francois},
year = {2015},
note = {R package version 0.4.3},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Manual{R-DT,
title = {DT: A Wrapper of the JavaScript Library 'DataTables'},
author = {Yihui Xie},
year = {2015},
note = {R package version 0.1},
url = {https://CRAN.R-project.org/package=DT},
}
@Manual{R-ggplot2,
title = {ggplot2: An Implementation of the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang},
year = {2015},
note = {R package version 2.0.0},
url = {https://CRAN.R-project.org/package=ggplot2},
}
@Manual{R-htmltools,
title = {htmltools: Tools for HTML},
author = {{RStudio} and {Inc.}},
year = {2015},
note = {R package version 0.3},
url = {https://CRAN.R-project.org/package=htmltools},
}
@Manual{R-leaflet,
title = {leaflet: Create Interactive Web Maps with the JavaScript 'Leaflet'
Library},
author = {Joe Cheng and Yihui Xie},
year = {2015},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=leaflet},
}
@Manual{R-rhandsontable,
title = {rhandsontable: Interface to the 'Handsontable.js' Library},
author = {Jonathan Owen},
year = {2016},
note = {R package version 0.3},
url = {https://CRAN.R-project.org/package=rhandsontable},
}
@Manual{R-scales,
title = {scales: Scale Functions for Visualization},
author = {Hadley Wickham},
year = {2015},
note = {R package version 0.3.0},
url = {https://CRAN.R-project.org/package=scales},
}
@Manual{R-shiny,
title = {shiny: Web Application Framework for R},
author = {Winston Chang and Joe Cheng and JJ Allaire and Yihui Xie and Jonathan McPherson},
year = {2016},
note = {R package version 0.13.0},
url = {https://CRAN.R-project.org/package=shiny},
}
@Manual{R-tidyr,
title = {tidyr: Easily Tidy Data with `spread()` and `gather()` Functions},
author = {Hadley Wickham},
year = {2016},
note = {R package version 0.4.0},
url = {https://CRAN.R-project.org/package=tidyr},
}
@Manual{R-WHO,
title = {WHO: R Client for the World Health Organization API},
author = {Eric Persson},
year = {2016},
note = {R package version 0.1},
url = {https://CRAN.R-project.org/package=WHO},
}