Skip to content

ageutils 0.0.2

Choose a tag to compare

@TimTaylor TimTaylor released this 06 Mar 13:11
  • 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 change reaggregate_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() and cut_ages() both gain an argument, max_upper which 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.