#' Data of effort and size for training
#'
#' No missing values
#' A dataset containing ----- whatever you put here.
#'
#' @title DATASET OF ...............
#' @format A data frame with ....... rows and .......... variables:
#' \describe{
#' \item{effort}{Effort measured in -------.}
#' \item{size}{Size measured in ....}
#' \item{source}{whatever indicating one source or another.}
#' }
#' @source \url{https://....domain.com... }
"trainfile"
#' Data of effort and size for training
#'
#' No missing values
#' A dataset containing ----- whatever you put here.
#'
#' @title DATASET OF ...............
#' @format A data frame with ....... rows and .......... variables:
#' \describe{
#' \item{effort}{Effort measured in -------.}
#' \item{size}{Size measured in ....}
#' \item{source}{whatever indicating one source or another.}
#' }
#' @source \url{https://....domain.com... }
"testfile"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.