#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.