Nothing
#' @title psmineR
#' @description Performance Spectrum Miner For Event Data
#'
# @docType package
#' @name psmineR
## usethis namespace: start
#' @import bupaR
#' @import dplyr
#' @import ggplot2
#' @import tidyr
#' @importFrom dplyr %>%
#' @importFrom forcats fct_reorder
#' @importFrom glue glue
#' @importFrom data.table data.table := .I .SD .N uniqueN setorderv setkeyv setnames shift fcase rowidv fifelse melt %chin%
#' @importFrom rlang arg_match is_missing maybe_missing is_integerish sym caller_env caller_arg
#' @importFrom cli cli_abort
#' @importFrom stats median na.omit quantile
## usethis namespace: end
globalVariables(c(".", ":="))
"_PACKAGE"
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.