Description Usage Arguments Value
View source: R/template_integer.R
Define a template for integer vectors with custom distribution and characteristics
1 2 3 4 5 | template_integer(
min_value = 1 - .Machine$integer.max,
max_value = .Machine$integer.max,
max_distict_values = NULL
)
|
min_value |
minimum value in the vector |
max_value |
maximum value in the vector |
max_distict_values |
maximum number of disctict values in the vector |
integer vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.