View source: R/make_param_label.R
make_param_label | R Documentation |
Generate a parameter label combining specimen type, parameter name, and units
make_param_label(
spec,
param,
unit,
expect_single = TRUE,
allow_missing_spec = TRUE,
allow_missing_unit = TRUE
)
spec |
Specimen type (typically, "blood", "plasma", etc.) |
param |
Parameter name (the thing that was measured) |
unit |
Units of measure |
expect_single |
Should a single parameter label be generated (or may it be a vector)? |
allow_missing_spec , allow_missing_unit |
Are the |
A character vector.
Other Output support:
scale_x_VISITDY()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.