input_check: Error Handling Function

View source: R/error_handling.R

input_checkR Documentation

Error Handling Function

Description

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


actLifer documentation built on Nov. 17, 2023, 1:06 a.m.