Convert case counts to rate
convert_counts_to_rate.Rd
'convert_counts_to_rate' converts case counts for a given population to an adjusted per population of size X and rounds to the given number of digits.
Examples
convert_counts_to_rate(50, 200000, 2)
#> [1] 25
convert_counts_to_rate(c(10, 20), 100000, 1, 10000)
#> [1] 1 2