Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding header to LOs and adding prereq bullet #101

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down
Loading