#' Example data set
#'
#' This simulated data set can be used to explore the major function of 'specr'.
#' It provides variables that can be used to mimic different independent and dependent variables,
#' control variables, and grouping variables (for subset analyses).
#'
#' @docType data
#'
#' @usage data(example_data)
#'
#' @format A tibble
#'
#' @keywords datasets
#
#'
#' @examples
#' data(example_data)
#' head(example_data)
"example_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.