createNumCheck | R Documentation |
All numerical variables without value labels in a GADSdat
are selected and a data.frame
is created, which allows the specification
of minima and maxima.
createNumCheck(GADSdat)
GADSdat |
A |
This function is currently under development.
A data.frame with the following variables:
variable |
All numerical variables in the |
varLabel |
Corresponding variable labels |
min |
Minimum value for the specific variable. |
max |
Maximum value for the specific variable. |
value_new |
Which value should be inserted if values exceed the specified range? |
# tbd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.