guessDeathsColumn: Figure out which column is the deaths column

Description Usage Arguments Value

View source: R/utils.R

Description

This function will pick up "death", "deaths", "Death", or "Deaths" (and maybe some others?) and rename it "deaths" for easier internal usage.

Usage

1

Arguments

X

data.frame that we want to check for a deaths column

Value

The same data.frame, returned, with the deaths column renamed as "deaths"


DDM documentation built on May 2, 2019, 6:16 a.m.

Related to guessDeathsColumn in DDM...