#' App log test dataset.
#'
#' A dataset containing test entries for the application log.
#'
#' @format A data frame with 20 rows and 8 variables:
#' \describe{
#' \item{id}{character id}
#' \item{time}{character timestamp}
#' \item{user}{user name}
#' \item{name}{user full name}
#' \item{group}{users group/registry}
#' \item{role}{users role}
#' \item{resh_id}{users organization}
#' \item{message}{log message}
#' }
"appLog"
#' Test dataset.
#'
#' A dataset containing test entries.
#'
#' @format A data frame with 10 rows and 6 variables:
#' \describe{
#' \item{id}{int id}
#' \item{someText}{char text}
#' \item{someInt}{int integer}
#' \item{someBigInt}{int big integer}
#' \item{someFloat}{num float number}
#' \item{someTime}{time date}
#' }
"testdata"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.