ageutils 0.0.2
-
aggregate_age_counts()will now only return a row corresponding to NA ages if they were present in the input data. Previously an NA-associated row would always be returned even if it's count was 0. Due to this changereaggregate_interval_counts()will now never return an NA-associated row. -
split_interval_counts()now matches the documentation and disallows missing (NA) bounds. -
breaks_to_interval()andcut_ages()both gain an argument,max_upperwhich allows users to explicitly set the maximum upper bound. -
New function
reaggregate_interval_rates(). -
For the vignette we now use markdown as a lighter alternative to rmarkdown.