recom-package: recom REmoves all the COMments from Rscript file.

Description Details Author(s) Examples

Description

goal of recom-package is to remove of all the comments of the Rscript file, to reduce file size for better performance of Rscript.

Details

This package contains only one function that is recom function that removes all the comments of the given Rscript file and output as new Rscript file as specified by user in second argument. Since R language comments are always perfect Suffixs so we can remove it easily, one by one, by remove suffix string from first (#) other then hash between strings, that is ( "i love #code" ) or ( "i love #code 2" ).

Author(s)

Pradeep Suthar, sutharp777@gmail.com.

Maintainer: Pradeep Suthar <sutharp777@gmail.com>

Examples

1
2
3
4
5
  ## Not run: 
     ## Optional simple examples of the most important functions
     ## These can be in \dontrun{} and \donttest{} blocks.   
  
## End(Not run)

recom documentation built on June 4, 2021, 9:06 a.m.