Nothing
#' @title processpredictR
#' @docType package
#' @name processpredictR
#' @importFrom edeaR end_activities
#' @importFrom edeaR trace_length
#' @importFrom stringr str_split str_remove str_remove_all
#' @importFrom reticulate source_python
#' @importFrom keras pad_sequences
#' @importFrom mltools one_hot
#' @import bupaR
#' @import dplyr
#' @import tidyr
#' @import keras
#' @import tensorflow
#' @importFrom data.table as.data.table .N .GRP shift
#' @importFrom cli cli_abort
#' @importFrom glue glue
#' @importFrom plotly ggplotly
#' @import ggplot2
#' @importFrom stats sd setNames
#' @importFrom tidyselect where
#' @importFrom purrr map_chr map
#' @importFrom data.table :=
#' @import progress
'_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.