Skip to content

Commit

Permalink
Merge pull request #666 from jhudsl/class_day
Browse files Browse the repository at this point in the history
making url fit on slide
  • Loading branch information
carriewright11 authored Jan 9, 2025
2 parents 502279c + 33b838e commit 27de774
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/Data_Classes/Data_Classes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,13 @@ as.character(x_fact)
as.numeric(x_fact)
```

## Class conversion in with a dataset
## Class conversion in with a dataset{.codesmall}

```{r, results='hide'}
circ <- read_csv("https://jhudatascience.org/intro_to_r/data/Charm_City_Circulator_Ridership.csv")
circ <-
read_csv(
"https://jhudatascience.org/intro_to_r/data/Charm_City_Circulator_Ridership.csv"
)
```

```{r}
Expand Down

0 comments on commit 27de774

Please sign in to comment.