asFactorDS1 {dsBase} | R Documentation |
This function is an aggregate DataSHIELD function that returns the levels of the input variable from each single study to the client-side function.
asFactorDS1(input.var.name = NULL)
input.var.name |
the name of the variable that is to be converted to a factor. |
The function encodes the input vector as factor and returns its levels in ascending order if the levels are numerical or in alphabetical order if the levels are of type character.
the levels of the input variable.