R/zzz.R

Defines functions .onLoad

#' @importFrom glue glue glue_collapse
#' @importFrom stringr str_split str_remove_all str_replace_all str_which
#' @importFrom stringr str_remove str_which str_extract str_replace str_sort
#' @importFrom stringr str_detect str_pad
#' @importFrom magrittr %>%
#' @importFrom assertthat not_empty assert_that
#' @importFrom R6 R6Class
#' @importFrom crayon green blue
#' @importFrom utils installed.packages
#' @import shiny
#'
NULL

#' Add online content
#' @noRd
#'
.onLoad <- function(...) {
    shiny::addResourcePath('spsComps', system.file("assets", package = "spsComps"))
}

Try the spsComps package in your browser

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

spsComps documentation built on July 26, 2023, 5:39 p.m.