View source: R/simplify_sdtm_names.R
simplify_sdtm_names | R Documentation |
Simplify the names of an SDTM data.frame to remove the DOMAIN from name prefixes.
simplify_sdtm_names(x)
x |
A data.frame of SDTM data from a single domain. |
WARNING: Currently, this is implemented by looking at the domain and stripping those characters from the beginning of any column names. If there are column names that incidentally start with the same two characters, the initial two characters will be removed in error (please report that as a bug).
x
with the DOMAIN removed from names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.