#' A dataset containing the embeddings matrix of psychological related words
#'
#' @description Data containing Glove embeddings of psychological related
#' words, useful for demonstrating the use of ensemble metrics.
#' @name m_psych_embeds
#' @docType data
#' @usage data("m_psych_embeds")
#' @format A matrix with 831 words in rows and 100 embedding dimensions in
#' columns.
#' @details
#' The dataset contains groups of related words among other irrelevant words.
#'
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.