-
Notifications
You must be signed in to change notification settings - Fork 14
RStudio
Once you access your DH Box from your unique IP Address, RStudio can be accessed at port 8787.
DH Box includes both R, a powerful programing language for statistical analysis and visualization, and RStudio, an integrated development environment for R. RStudio offers R users a useful coding platform with features such as syntax highlighting, code completion, and smart indentation. It has a four-pane workspace, which better manages multiple R windows for typing commands, storing scripts, viewing command histories, viewing visualizations and more.
[RStudio IDE] (https://www.rstudio.com/ide/)
[RStudio Documentation] (https://support.rstudio.com/hc/en-us/categories/200035113-Documentation)
[R Documentation] (http://www.r-project.org/)
[RStudio Online Learning] (https://www.rstudio.com/training/online.html)
[Getting Help with R] (https://www.rstudio.com/ide/docs/help_with_r)
[A (very) short introduction to R by Paul Torfs & Claudia Brauer] (http://cran.r-project.org/doc/contrib/Torfs+Brauer-Short-R-Intro.pdf)
[Projects using RStudio] (https://www.rstudio.com/projects/)
[Statistical Methods for Studying Literature Using R by Jeff Rydberg-Cox] (http://www.chlt.org/StatisticalMethods/index.html)
[Executing R in Php by Matthew Jockers] (http://www.matthewjockers.net/2008/11/11/executing-r-in-php/)
[Sample R script to generate scatterplot from CSV input by David J. Birnbaum] (http://dh.obdurodon.org/R-script.xhtml)
