We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca6d85 commit 42c4755Copy full SHA for 42c4755
man/rmd/tunable-args.Rmd
@@ -31,7 +31,7 @@ get_param_list <- function(x) {
31
param <- get_param_list(step)
32
```
33
34
-This step has `r length(param)` tuning parameters:
+This step has `r length(param)` tuning parameter`r ifelse(length(param) == 1, "", "s")`:
35
36
```{r}
37
#| echo: false
0 commit comments