View source: R/f_core_utilities.R
| getTestLabel | R Documentation |
Returns a string representation of the input value for use as a test label. Handles various types, including NULL, NA, vectors, and custom objects.
getTestLabel(x)
x |
The value to be converted into a test label. |
A character string representing the input value.
## Not run:
getTestLabel(NULL)
getTestLabel(NA)
getTestLabel(1:3)
getTestLabel(6)
getTestLabel(getDesignFisher())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.