extract_unit {admiral} | R Documentation |
Extract Unit From Parameter Description
Description
Extract the unit of a parameter from a description like "Param (unit)".
Usage
extract_unit(x)
Arguments
x |
A parameter description |
Value
A string
See Also
Utilities used within Derivation functions:
call_user_fun()
,
get_flagged_records()
,
get_not_mapped()
,
get_vars_query()
Examples
extract_unit("Height (cm)")
extract_unit("Diastolic Blood Pressure (mmHg)")
[Package admiral version 1.1.1 Index]