inst/misc/example_module.R

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

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

e <- function(some_number) {d() + some_number}

Try the mod package in your browser

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

mod documentation built on Aug. 23, 2019, 5:05 p.m.