#' Training data used in the NLoN paper.
#'
#' A dataset containing 2000 lines of text from Mozilla Firefox,
#' Lucene and Kubernetes datasets alongside two response variables
#' from two different raters.
#'
#' @format A data frame with 6000 rows and 4 columns:
#' \describe{
#' \item{id}{unique id.}
#' \item{source}{source from the text (mozilla, kubernetes or lucene).}
#' \item{text}{line of text.}
#' \item{rater1}{reponse from the first rater.}
#' \item{rater2}{reponse from the second rater.}
#' }
#' @source \url{https://bugzilla.mozilla.org}
#' \url{http://kubernetes.slackarchive.io/kubernetes-dev}
#' \url{http://mail-archives.apache.org/mod_mbox/lucene-dev}
"nlon.data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.