#' @keywords internal
"_PACKAGE"
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @docType package
#'
#' @name jbutilities
#'
#' @title Utilities package
#' @description
#' This package contains I created over time that I thought would be a good idea to keep
#'
#' @section Functions in the package:
#'
#' \describe{
#' \item{create_df_rd}{Creates a random table}
#' \item{check_format_df}{Verifies the format of a table}
#' \item{find_series}{find the latest file in a series}
#' \item{name_series}{create the next file in a series}
#' \item{step_time}{print a step and time}
#' \item{my_ggtheme}{favorite ggplot theme to any ggplot plot}
#' \item{cut_fat}{fast version of cut}
#' \item{class_tree_interaction_finder}{tree interactions for binary classification}
#'
#' @importFrom Rcpp sourceCpp
#' @useDynLib jbutilities, .registration = TRUE
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.