#' var_map
#'
#' This helper function maps out relationships to be parsed later on
#'
#' @param ... map expressed relationships out
#'
#' @importFrom rlang enexprs
#'
#' @returns list of exprs to map variables to plotting methods
#'
#' @export
var_map <- function(...) {
enexprs(...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.