R/getDataset.R

Defines functions getDataset

Documented in getDataset

#' getDataset: this function allows the user to get the dataset
#'
#' @return  dataset called "data"
#' @export
#'
#' @examples getData()
getDataset <- function(){

  dataset <- read.csv(system.file("extdata", "PopularIndicators.csv", package = "PreliminaryAnalysis"), sep = ";")
  return(dataset)
}
unimi-dse/f4836d06 documentation built on Feb. 21, 2020, 2:03 a.m.