R/get_dim.R

Defines functions get_dim

get_dim <- function(dims_plot, dim_value, version_value) {
  dimension <- dims_plot %>% dplyr::filter(dim == dim_value, version == version_value)
  dimension$value
}

Try the FAST.R package in your browser

Any scripts or data that you put into this service are public.

FAST.R documentation built on June 22, 2024, 6:48 p.m.