powered by
Relabel a subset of variables in a data set.
var_relabel(x, ...)
x (data.frame) Data frame with labels applied.
data.frame
(data.frame) Data frame containing variables to which labels are applied.
(named character) Name-Value pairs, where name corresponds to a variable name in x and the value to the new variable label.
named character
x
adsl <- radsl() var_relabel(adsl, STUDYID = "Study Identifier", USUBJID = "Unique Subject Identifier" )
Run the code above in your browser using DataLab