mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
chore: new docs
This commit is contained in:
parent
9d0f92d154
commit
ce6bda19bb
6 changed files with 14 additions and 6 deletions
|
|
@ -25,7 +25,9 @@ Can be used as a substitute of the base function. Main claim to fame is
|
|||
easing the split around the defined delimiter, see example.
|
||||
}
|
||||
\examples{
|
||||
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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue