formatBinaryCovariateName | R Documentation |
Removes the long part of the covariate name to make it friendly
formatBinaryCovariateName(data)
data |
The data.frame with the covariateName column |
Makes the covariateName more friendly and shorter
The data data.frame object with the ovariateName column changed to be more friendly
Other helper:
addTarColumn()
,
getExampleConnectionDetails()
,
kableDark()
,
printReactable()
,
removeSpaces()
formatBinaryCovariateName(data.frame(
covariateName = c("fdfgfgf: dgdgff","made up test")
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.