Skip to content

Commit

Permalink
Update episodes/Banco_errores.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Andree Valle Campos <[email protected]>
  • Loading branch information
Joskerus and avallecam authored Oct 28, 2024
1 parent 558091e commit 8bb0a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions episodes/Banco_errores.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ Cuando se crea un objeto este se almacena en el ambiente global. Podemos ver el
### No funciona el pipe `%>%`

Recuerde los siguientes puntos:

- Es importante cargar previamente una librería que contenga el pipe. Por ejemplo: `magrittr`, `dplyr`, `tidyr` o `purrr`.
- El pipe debe ir al final de la línea que se va a conectar. No al inicio de la línea conectada:

Expand Down

0 comments on commit 8bb0a88

Please sign in to comment.