R/educer.R

#' educer: A collection of tutorials on using R in Data Science.
#'
#' The educer package was created by the Experiential Data Science for
#' Undergraduate Cross-disciplinary Education (EDUCE) initiative at the
#' University of British Columbia. It contains learnr tutorials introducing
#' basic data processing and wrangling operation as a pre-class activity. The
#' tutorials use data sets for the water column chemistry and environmental
#' sequence information of samples collected in the Saanich Inlet, a seasonally
#' anoxic fjord on the coast of Vancouver Island British Columbia.
#'
#' @section Tutorials: Get a list of available tutorials with
#'   \code{\link{list_tutorials}()} and then run them from the Tutorial tab of
#'   the right top pane (in default layout) or using the command
#'   \code{\link{start_tutorial}(name)}.
#'
#' @section Data sets:
#'   \itemize{
#'     \item\link[=geochemicals]{Full geochemical data set from Saanich Inlet
#'     2006 to 2014}
#'     \item\link[=OTUs]{Abundance of OTUs for Saanich Inlet Cruise 72}
#'     \item\link[=normalized_OTUs]{Normalized abundance of OTUs for Saanich
#'     Inlet Cruise 72}
#'     \item\link[=combined]{Combined data set of geochemicals and OTU
#'     abundance}
#'   }
#' @docType package
#' @name educer
NULL
EDUCE-UBC/educer documentation built on Sept. 1, 2021, 3:46 p.m.