R/yr_to_cong.r

#' @export
#' 
yr_to_cong <- function (yrs) {
    (2* trunc((yrs - 1) / 2) - 1786) / 2
}
devincaughey/CaugheyTools documentation built on May 9, 2021, 12:44 p.m.