R/fino-package.R

#' FINO
#'
#' A package for working with Finnish ID numbers
#'
#' @docType package
#' @name fino
#'
#' @importFrom dplyr coalesce if_else na_if
#' @importFrom lubridate day month year ymd
#' @importFrom magrittr "%>%" mod
#' @importFrom purrr flatten_chr map map_chr map_if map_int map2_chr rerun
#' @importFrom stringr str_c str_detect str_extract str_pad str_remove_all
#'   str_sub str_split
#'
NULL
paasim/fino documentation built on Jan. 2, 2021, 11:32 p.m.