Checks inputs data, age, pop, and deaths to make sure they are valid.
Usage
input_check(data, age, pop, deaths)
Arguments
- 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
Value
data frame with numeric pop and deaths columns