inst/shiny-examples/01-dimsmets/global.R

ga <- try(RGA::list_dimsmets("ga"), silent = TRUE)
if (inherits(ga, "try-error"))
    ga <- RGA::ga

cn <- colnames(ga)
selected <- c("id", "uiName", "type", "description")

Try the RGA package in your browser

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

RGA documentation built on May 2, 2019, 6:47 a.m.