util_data_type_conversion {dataquieR} | R Documentation |
Data type conversion
Description
Utility function to convert a study variable to match the data type given in the metadata, if possible.
Usage
util_data_type_conversion(x, type)
Arguments
x |
the value |
type |
expected data type |
Value
the transformed values (if possible)
[Package dataquieR version 2.5.1 Index]