Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/utdata/mig-intro2r

A workshop for Moody College of Communication Students to learn tidyverse-centric R using posit.cloud.
https://github.com/utdata/mig-intro2r

Last synced: about 1 month ago
JSON representation

A workshop for Moody College of Communication Students to learn tidyverse-centric R using posit.cloud.

Awesome Lists containing this project

README

        

# Introduction to R for Storytelling

Welcome to this three-hour workshop where you'll be introduced to the basics of the data science language R and some tools to use it to find and tell stories.

In this workshop we'll explore the popularity of names in the United States over time. We'll use data from the Social Security Administration, which has been tracking the popularity of baby names since 1880.

## Using posit.cloud

This workshop is designed to be run in the cloud, so you don't need to install any software on your computer. We'll be using a tool called [posit.cloud](https://posit.cloud/), which is an online version of R & RStudio, the popular data analysis tools.

1. Go to [posit.cloud](https://posit.cloud/), which is an online version of R & RStudio, the tools we'll use in this workshop.
2. If you don't already have an account, use the **Sign up** or **Get Started** options to create a new account. If you already have an account, go ahead and log in.
3. Once you are logged into posit.cloud, go to this URL: **[posit.cloud/content/9098983](https://posit.cloud/content/9098983)**
4. We'll start with the file 01-introduction.qmd

> While this lesson is designed to be run on posit.cloud in a workshop situation, it could be completed using [RStudio Desktop](https://posit.co/download/rstudio-desktop/) if you are familiar with it. The lessons would need to be [downloaded from Github](https://github.com/utdata/mig-intro2r) and packages installed, but directions for that are beyond the scope of this lesson.

## About this workshop

This workshop was written by [Christian McDonald](https://journalism.utexas.edu/faculty/christian-mcdonald), an Associate Professor of Practice in the School of Journalism and Media, a department of Moody College of Communication at the University of Texas at Austin. It is presented by the Media Innovation Group, a collective of student projects funded by the Dallas Morning News Journalism Innovation Endowment.

## Resources for R

- [R for Data Science](https://r4ds.had.co.nz/)
- [Quarto Guide](https://quarto.org/docs/guide/)