inst/misc/example_module.R

a <- 1
.b <- 2
..c <- 3

d <- function(){a + .b + ..c}

e <- function(some_number) {d() + some_number}
iqis/ntr documentation built on Dec. 7, 2019, 10:20 p.m.