formatting

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-02-06 14:15:36 +01:00
commit 4f47c2ac5d
5 changed files with 11 additions and 6 deletions

View file

@ -26,5 +26,5 @@ 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")
strsplitx(test,"[0-9]",type="around")
strsplitx(test, "[0-9]", type = "around")
}