Strips .R files of roxygen2 style comments (#')
rmOxygen(.file, showonexit = TRUE)
character, path to an .R file, character vector of length 1
logical, show file on exit. Default: TRUE
Nothing. Overwrites files as a side effect
if (FALSE) {
rmOxygen("./myRfunctions/function1.R")
}