R/data-docs.R

#' Information about teams.
#'
#' @docType data
#' @usage data("Teams")
"Teams"

#' Information about player sessions
#'
#' @docType data
#' @usage data("Sessions")
"Sessions"

#' Workshop guesses made by players in the Totems experiment.
#'
#' The raw observations for the Totems experiment are individual
#' workshop guesses, consisting of a Guess (e.g., "0_0_1_3") and a
#' Result, which is 0 if the guess was incorrect, and the number
#' of the created item if correct.
#'
#' @docType data
#' @usage data("Guesses")
"Guesses"

#' Cumulative performance sampled at a regular interval.
#'
#' @docType data
#' @usage data("Sampled")
"Sampled"
pedmiston/totems-data documentation built on May 30, 2019, 4:38 p.m.