Description Usage Arguments Details Value Author(s) Examples
Converts whitespace separated tokens to a vector with one token per element.
1 |
tt |
a character vector. |
This is a simple convenience function for unname
,
strsplit
, unlist
followed by removal of any zero length
strings.
This is used inside some other gtx functions where such as
clinical.derive
.
A character vector with one token per element.
Toby Johnson Toby.x.Johnson@gsk.com
1 | tokenise.whitespace(c("pop demo", "pop exposure lab ae", "pop demo onctte"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.