mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@ce6bda19bb 🚀
This commit is contained in:
parent
75d348fedb
commit
27a17149cb
15 changed files with 36 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue