diff --git a/transform.Rmd b/transform.Rmd index 3c6564d..7adcb3e 100644 --- a/transform.Rmd +++ b/transform.Rmd @@ -273,7 +273,7 @@ There are a number of helper functions you can use within `select()`: This one matches any variables that contain repeated characters. You'll learn more about regular expressions in [strings]. -* `num_range("x", 1:3)` matches `x1`, `x2` and `x3`. +* `num_range("x", 1:3)`: matches `x1`, `x2` and `x3`. See `?select` for more details.