#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.