R/getGrobArgs.R

getGrobArgs <- function (grob) {
  args <- lapply(names(grob), FUN = function(x) {grob[[x]]})
  args <- setNames(args, names(grob))
  args
}

Try the loon.shiny package in your browser

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

loon.shiny documentation built on Oct. 8, 2022, 5:05 p.m.