R/healthyAddress-package.R

#' Package for address standardization
#' @useDynLib healthyAddress, .registration = TRUE
#'
#' @rawNamespace import(data.table, except = "%notin%")
#' @importFrom fastmatch %fin%
#' @importFrom fastmatch fmatch
#' @importFrom hutils %notin%
#' @importFrom hutils provide.dir
#' @importFrom hutilscpp isntConstant
#' @importFrom hutilscpp fmatchp
#' @importFrom hutilscpp coalesce0
#' @importFrom hutilscpp minmax
#' @importFrom hutils coalesce
#' @importFrom magrittr %>%
#' @importFrom tools R_user_dir
#' @importFrom utils download.file
#' @importFrom utils packageName
#' @importFrom utils hasName
#' @importFrom utils head
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the healthyAddress package in your browser

Any scripts or data that you put into this service are public.

healthyAddress documentation built on April 12, 2025, 1:28 a.m.