#' An example survey
#'
#' A dataset containing an example survey
#'
#' @format A data frame with 33 rows and 7 variables:
#' \describe{
#' \item{id}{Unique ID}
#' \item{date}{Interview date}
#' \item{enum}{Enumerator}
#' \item{enumteam}{Enumerator team}
#' \item{gender}{Respondent gender}
#' \item{gameresult}{Game result}
#' \item{itemssold}{Number of items sold}
#' }
#' @source \url{https://github.com/PovertyAction/bcstats}
"survey"
#' An example back check of an example survey
#'
#' A dataset containing an exapmle survey from an example back check
#'
#' @format A data frame with 14 rows and 6 variables:
#' \describe{
#' \item{id}{Unique ID}
#' \item{date}{Back check date}
#' \item{bcer}{Back checker name}
#' \item{gender}{Respondent gender}
#' \item{gameresult}{Game result}
#' \item{itemssold}{Number of items sold}
#' }
#' @source \url{https://github.com/PovertyAction/bcstats}
"bc"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.