View source: R/error_handling.R
input_check | R Documentation |
Checks inputs data, age, pop, and deaths to make sure they are valid.
input_check(data, age, pop, deaths)
data |
data frame input in the upper function |
age |
age string or character input in the upper function |
pop |
pop string or character input in the upper function |
deaths |
deaths string or character input in the upper function |
data frame with numeric pop and deaths columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.