R/export.R

export <- (function() {
  export_inner <- function(content) {
    source("./module.R")$value(content)
  }
  return(export_inner)
})()
t03jam8/arn documentation built on Dec. 31, 2020, 8:32 a.m.