#' Global variables
#'
#'
#' @name Globals
#' @rdname Globals
#' @keywords internal
#' @importFrom utils globalVariables
#' @usage utils::globalVariables(c("xlab", "ylab", "Data", "Value", "Genes", "theme_neighborhood"))
#' @return Global variables.
utils::globalVariables(c("xlab", "ylab", "Dataset", "Value", "Genes", "theme_neighborhood", "."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.