R/StangleBook.R

Defines functions StangleBook

Documented in StangleBook

StangleBook = function(idx = 0:6,
                       fileList = paste(paste("Chapter",idx, "/", sep = ""),
                                       paste("ch",idx,".rnw",sep=""),
                                       sep = "")){
    for(f in fileList){
        Stangle(f)
    }
}

Try the dafs package in your browser

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

dafs documentation built on April 11, 2022, 5:06 p.m.