R/data.R

#' 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"
zaure-zhussipbekova/datapackalbretch documentation built on March 9, 2021, 11:39 p.m.