R/fxl-map.R

Defines functions var_map

Documented in var_map

#' 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(...)
}
miyamot0/fxl documentation built on Dec. 24, 2024, 7:31 p.m.