getStandardColNames | R Documentation |
Determine standardized rxode2 column names from data
getStandardColNames(data)
data |
A data.frame as the source for column names |
A named character vector where the names are the standardized names
and the values are either the name of the column from the data or NA
if the column is not present in the data.
getStandardColNames(data.frame(ID=1, DV=2, Time=3, CmT=4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.