#' A dataset containing 32 rows. It is a basic datasets available to R users
#' @source \url{https://www.rdocumentation.org/packages/datasets/versions/3.6.2/topics/mtcars}
"datashield_mtcars"
#' A dataset containing 32 rows and 12 columns. It has encoded two columns of the mtcars
#' datasets (i.e.,qsec and hp). The encoding method is as follow:
#' \deqn{((values + 15e6)^{0.87}) + 12348223}
#' The columns have been obfuscated within a dataframe made of 10 columns. The encoded
#' values of hp is column 9 and qsec is column 4.
#' @source \url{https://www.rdocumentation.org/packages/datasets/versions/3.6.2/topics/mtcars}
"encoded_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.