R/term_switcher.R

Defines functions .term_switcher

.term_switcher <- function(term){
  eval(parse(text = paste0("shiny::getShinyOption('ui.terms')$", term)))
}

Try the archeoViz package in your browser

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

archeoViz documentation built on June 22, 2024, 10:04 a.m.