diff --git a/session_4/session_4.Rmd b/session_4/session_4.Rmd index c941bff73ca8efa5ad4687bd86dba03ab39988dd..dfca328d457aee320342d6a66f7426cbc4ab50ff 100644 --- a/session_4/session_4.Rmd +++ b/session_4/session_4.Rmd @@ -435,7 +435,7 @@ mutate( - Logical comparisons, `<`, `<=`, `>`, `>=`, `!=`, and `==` - Ranking: there are a number of ranking functions, but you should start with `min_rank()`. There is also `row_number()`, `dense_rank()`, `percent_rank()`, `cume_dist()`, `ntile()` -## See you in [R#5: Pipping and grouping](https://can.gitbiopages.ens-lyon.fr/R_basis/session_5/) +## See you in [R#5: Pipping and grouping](https://can.gitbiopages.ens-lyon.fr/R_basis/session_5.html)