R/getcaption.r

Defines functions getcaption

Documented in getcaption

getcaption <- function(key, envir){
  varname = paste(key, 'caption', sep='')
  get(varname, envir=envir)
}
mkoohafkan/figr documentation built on May 23, 2019, 2:02 a.m.