addTarColumn | R Documentation |
Finds the four TAR columns and creates a new column called tar that pastes the columns into a nice string
addTarColumn(data)
data |
The data.frame with the individual TAR columns that you want to combine into one column |
Create a friendly single tar column
The data data.frame object with the tar column added if seperate TAR columns are found
Other helper:
formatBinaryCovariateName()
,
getExampleConnectionDetails()
,
kableDark()
,
printReactable()
,
removeSpaces()
addTarColumn(data.frame(
tarStartWith = 'cohort start',
tarStartOffset = 1,
tarEndWith = 'cohort start',
tarEndOffset = 0
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.