diff --git a/index.md b/index.md index e12c2a72..4cf6db27 100755 --- a/index.md +++ b/index.md @@ -3,12 +3,12 @@ permalink: index.html site: sandpaper::sandpaper_site --- -{% include gh\_variables.html %} - This lesson is designed for librarians and library professionals with little or no prior experience with R to be more acquainted with the programming language. Having a level of familiarity with R is beneficial in assisting users with requests regarding the cleaning, formatting, and visualization with data along for librarians and library professionals themselves when it comes to data they intend to use and analyze for their internal workflows. Learners will become familiar with both R, [R Studio](https://rstudio.com/) software environment, and the [Tidyverse](https://www.tidyverse.org/). The R Studio environment allows one to run their code and see the immediate results of one's code separate panels. While R originally started as a being a statistical programming language, R is used for various applications such as data visualization, deploying of web applications, and creating reproducible documentation. Given the extensive applications of R, we will solely be focusing on importing, cleaning, and visualizing data. +## Learning Objectives + By the end of this lesson, learners will be able to: 1. Describe what R is and use the basic components of the R Studio software environment. @@ -20,7 +20,8 @@ By the end of this lesson, learners will be able to: ## Prerequisites -These lessons assume no prior knowledge of the skills or tools, but working through this lesson requires working copies of R and RStudio. +- No prior knowledge is required, but learners need to install R and RStudio along with some packages before the lesson. +- Familiarity with installation procedures on different operating systems (Windows, MacOS, Linux) is expected to avoid technical issues during the lesson. ::::::::::::::::::::::::::::::::::::::::::::::::::