Skip to content

Commit

Permalink
adding janitor install
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Jan 9, 2024
1 parent 604a936 commit 6102848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/Subsetting_Data_in_R/Subsetting_Data_in_R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ head(annualDosage_lower, 3)

If you need to do lots of naming fixes - look into the janitor package!

```{r, echo = FALSE}
install.packages("janitor", repos='http://cran.us.r-project.org')
```

```{r}
#install.packages("janitor")
Expand Down

0 comments on commit 6102848

Please sign in to comment.