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

@ -38,8 +38,10 @@ list
## Examples
``` r
test <- c("12 months follow-up", "3 steps", "mRS 6 weeks",
"Counting to 231 now")
test <- c(
"12 months follow-up", "3 steps", "mRS 6 weeks",
"Counting to 231 now"
)
strsplitx(test, "[0-9]", type = "around")
#> [[1]]
#> [1] "1" "2" " months follow-up"