Skip to content

Commit

Permalink
New translations 30-dplyr.md (Spanish)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Sep 21, 2024
1 parent b5a6ddb commit 53c0562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/es/episodes/30-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Si tuvo que instalar el paquete **`tidyverse`**, ¡no olvide cargarlo en esta se
## Cargando datos con tidyverse

Instead of `read.csv()`, we will read in our data using the `read_csv()`
function (notice the `_` instead of the `.`), from the tidyverse package
function (notice the `_` instead of the `.`), from the tidyverse2 package
**`readr`**.

```{r, message=FALSE, purl=TRUE}
Expand Down

0 comments on commit 53c0562

Please sign in to comment.