Deploying to gh-pages from @ agdamsbo/REDCapCAST@ce6bda19bb 🚀

This commit is contained in:
agdamsbo 2026-01-28 21:50:53 +00:00
commit 27a17149cb
15 changed files with 36 additions and 20 deletions

View file

@ -25,6 +25,6 @@ character string of length l
## Examples
``` r
"length" |> cut_string_length(l=3)
"length" |> cut_string_length(l = 3)
#> [1] "len"
```