get_limits | R Documentation |
Gets the range of all values in the selected columns by the first successful of the following methods:
get_limits(data, cols, negative = TRUE)
data |
The labeled data frame. |
cols |
A tidy variable selection. |
negative |
Whether to include negative values. |
Inspect the limits column attribute.
Lookup the value names in the codebook.
Calculate the range from all values in the columns.
A list or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.