recom is also published on CRAN Repository: https://cran.r-project.org/web/packages/recom/index.html
recom is a C++
project with goal of reduce file size of R Script for better performance by Removing Comments of R script file.
recom(input_file, output_file, remove_space=TRUE)
- input_file path of input Rscript file(must exist).
- output_file output file path (overwritten if already exist).
- remove_space Optional. boolean flag whether we want to remove free space of comments or not.
install.packages("recom")
libarary(recom)
recom("input.R","output.R")
Copyright (c) 2021 Pradeep Suthar
You may redistribute or modify the software under the GNU Lesser General Public License as published by Free Software Foundation, either version 3 of the License, or (at your option) any later version. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.