R/achievecoreessays.R

#' Essays from Achieve the Core
#'
#' A dataset containing ID numbers, kind of writing (demand type), and student essay,
#' used under the terms in the Achieve the Core copyright.
#' @format A dataframe with 50 observations and 4 variables
#'  \describe{
#'      \item{ID}{An ID created for the teachr project}
#'      \item{kind of writing}{Demand type for the writing. viz. range of writing, on demand, etc.}
#'      \item{Grade_level}{The grade level for which writing prompts were assigned}
#'      \item{Essay}{The student essay}
#'      ...
#'  }
#' @source \url{https://achievethecore.org/category/330/student-writing-samples}
"achievecoreessays"
cownr10r/teachr documentation built on Nov. 4, 2019, 9:14 a.m.