R/data.R

#' Exercises on R basics
#'
#' This data provides basics exercises for edu-package
#'
#' @format yaml-file with :
#' \describe{
#'   \item{id}{unique id for each exercise}
#'   \item{domain}{self-defined domain that exercise belongs to (affects the edu-package addin)}
#'   \item{grade}{self-defined difficulty of the exercise. for instance easy, moderate or hard}
#'   \item{lang_en}{Question in English}
#'   \item{lang_fi}{Question in Finnish or any other language}
#'   \item{extra}{Some extra preformatted content you want to be displayed with the exercise}
#'   \item{ans}{Correct answer or multiple alternative answers}
#' }
#' @source \url{https://github.com/ropengov/edudata}
"basics"

#' Exercises on eurostat-package
#'
#' This data provides exercises for the use of eurostat-package for edu-package
#'
#' @format yaml-file with :
#' \describe{
#'   \item{id}{unique id for each exercise}
#'   \item{domain}{self-defined domain that exercise belongs to (affects the edu-package addin)}
#'   \item{grade}{self-defined difficulty of the exercise. for instance easy, moderate or hard}
#'   \item{lang_en}{Question in English}
#'   \item{lang_fi}{Question in Finnish or any other language}
#'   \item{extra}{Some extra preformatted content you want to be displayed with the exercise}
#'   \item{ans}{Correct answer or multiple alternative answers}
#' }
#' @source \url{https://github.com/ropengov/edudata}
"eurostat"

#' Exercises on R data exporting
#'
#' This data provides exercises for exporting data from R for edu-package
#'
#' @format yaml-file with :
#' \describe{
#'   \item{id}{unique id for each exercise}
#'   \item{domain}{self-defined domain that exercise belongs to (affects the edu-package addin)}
#'   \item{grade}{self-defined difficulty of the exercise. for instance easy, moderate or hard}
#'   \item{lang_en}{Question in English}
#'   \item{lang_fi}{Question in Finnish or any other language}
#'   \item{extra}{Some extra preformatted content you want to be displayed with the exercise}
#'   \item{ans}{Correct answer or multiple alternative answers}
#' }
#' @source \url{https://github.com/ropengov/edudata}
"export"

#' Exercises on R data importing
#'
#' This data provides exercises for importing data into R for edu-package
#'
#' @format yaml-file with :
#' \describe{
#'   \item{id}{unique id for each exercise}
#'   \item{domain}{self-defined domain that exercise belongs to (affects the edu-package addin)}
#'   \item{grade}{self-defined difficulty of the exercise. for instance easy, moderate or hard}
#'   \item{lang_en}{Question in English}
#'   \item{lang_fi}{Question in Finnish or any other language}
#'   \item{extra}{Some extra preformatted content you want to be displayed with the exercise}
#'   \item{ans}{Correct answer or multiple alternative answers}
#' }
#' @source \url{https://github.com/ropengov/edudata}
"import"

#' Exercises on statistical modelling in R
#'
#' This data provides exercises for statistical modelling in R for edu-package
#'
#' @format yaml-file with :
#' \describe{
#'   \item{id}{unique id for each exercise}
#'   \item{domain}{self-defined domain that exercise belongs to (affects the edu-package addin)}
#'   \item{grade}{self-defined difficulty of the exercise. for instance easy, moderate or hard}
#'   \item{lang_en}{Question in English}
#'   \item{lang_fi}{Question in Finnish or any other language}
#'   \item{extra}{Some extra preformatted content you want to be displayed with the exercise}
#'   \item{ans}{Correct answer or multiple alternative answers}
#' }
#' @source \url{https://github.com/ropengov/edudata}
"model"

#' Exercises on tidying data in R
#'
#' This data provides exercises for tidying data with R for edu-package
#'
#' @format yaml-file with :
#' \describe{
#'   \item{id}{unique id for each exercise}
#'   \item{domain}{self-defined domain that exercise belongs to (affects the edu-package addin)}
#'   \item{grade}{self-defined difficulty of the exercise. for instance easy, moderate or hard}
#'   \item{lang_en}{Question in English}
#'   \item{lang_fi}{Question in Finnish or any other language}
#'   \item{extra}{Some extra preformatted content you want to be displayed with the exercise}
#'   \item{ans}{Correct answer or multiple alternative answers}
#' }
#' @source \url{https://github.com/ropengov/edudata}
"tidy"

#' Exercises on transforming data in R
#'
#' This data provides exercises for transforming data with R for edu-package
#'
#' @format yaml-file with :
#' \describe{
#'   \item{id}{unique id for each exercise}
#'   \item{domain}{self-defined domain that exercise belongs to (affects the edu-package addin)}
#'   \item{grade}{self-defined difficulty of the exercise. for instance easy, moderate or hard}
#'   \item{lang_en}{Question in English}
#'   \item{lang_fi}{Question in Finnish or any other language}
#'   \item{extra}{Some extra preformatted content you want to be displayed with the exercise}
#'   \item{ans}{Correct answer or multiple alternative answers}
#' }
#' @source \url{https://github.com/ropengov/edudata}
"transform"

#' Exercises on visualising data in R
#'
#' This data provides exercises for visualising data with R for edu-package
#'
#' @format yaml-file with :
#' \describe{
#'   \item{id}{unique id for each exercise}
#'   \item{domain}{self-defined domain that exercise belongs to (affects the edu-package addin)}
#'   \item{grade}{self-defined difficulty of the exercise. for instance easy, moderate or hard}
#'   \item{lang_en}{Question in English}
#'   \item{lang_fi}{Question in Finnish or any other language}
#'   \item{extra}{Some extra preformatted content you want to be displayed with the exercise}
#'   \item{ans}{Correct answer or multiple alternative answers}
#' }
#' @source \url{https://github.com/ropengov/edudata}
"visualise"
rOpenGov/edudata documentation built on May 29, 2019, 2:53 p.m.