resource hub
NurseTech.org is dedicated to accessibility. Most of the resources linked within this site are available free of charge. If you have a suggestion for free or low-cost resources, please send us a message using the Contact Us form. Thank you for your help in making informatics careers accessible to all.
Page Contents:
R Studio Overview
Basics of R Studio with Interactive Walkthrough
R and RStudio Overview
R is a programming language and environment for statistical computing and graphics. The R environment provides an integrated suite of software facilities for data manipulation, calculation, and graphical display. R can import and export data in a variety of formats, both open source and proprietary, including plain text and comma-separated values (CSV), Excel spreadsheets (.XLS and .XLSX), files from a variety of statistical packages (including SAS, SPSS, and Stata), and more.
RStudio is an open-source user interface for R, and it also provides access to some packages not available in the basic R environment.
R and RStudio are useful for a wide variety of data manipulation, analysis, and visualization tasks. Because it is open source and uses literate programming (combining content and code), R facilitates research reproducibility.
For more information visit: National Institutes of Health Library
Basics of R Studio with interactive walkthrough
Download software:
R installation version 4.2.0 (https://cran.r-project.org/)
RStudio installation version 2022.02.2 (https://www.rstudio.com/products/rstudio/download/#download)
Download R package from the internet:
>install.packages ("swirl")
Load the libraries that are already present on your computer:
>library (swirl)
Install the interactive walkthrough:
>install_course ("The R Programming Environment")
Begin the Course!
>swirl()