R/crunchtabs.R

Defines functions .onLoad

#' Functions for reports (toplines and banners) generation.
#'
#' crunchtabs provides tools for generating reports (Toplines and Banners)
#'
#' @docType package
#' @name crunchtabs-package
#' @aliases crunchtabs
#' @import crunch
NULL

#' @importFrom crunch notifyIfNewVersion
.onLoad <- function(lib, pkgname = "crunchtabs") {
  crunch::notifyIfNewVersion("crunchtabs", github = "Crunch-io/crunchtabs")
  # invisible() does nothing
}
Crunch-io/crunchtabs documentation built on Jan. 31, 2023, 12:14 p.m.