inst/testfiles/mm/prolog.R

#!/usr/bin/Rscript
library("methods")
library("RUnit")
prefix="../../../R"
auto_paths=Sys.glob(paste(prefix,"*.R",sep="/"))
for (f in auto_paths){
    print(f)
    source(f,echo=FALSE)
}

Try the inlinedocs package in your browser

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

inlinedocs documentation built on May 2, 2019, 4:44 p.m.