Skip to contents

Simplify the names of an SDTM data.frame to remove the DOMAIN from name prefixes.

Usage

simplify_sdtm_names(x)

Arguments

x

A data.frame of SDTM data from a single domain.

Value

x with the DOMAIN removed from names.

Details

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).