Description
'Recom' REmoves COMments of Rscript File for you.
Description
Goal of 'recom' package is to remove all the comments of the Rscript file, and to reduce Rscript file size for better performance.
README.md
recom (REmoves COMments of Rscript)
recom is a C++
project with goal of reduce file size of R Script for better performance by Removing Comments of R script file.
Documentation
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_spaceOptional. boolean flag whether we want to remove free space of comments or not.
Credits
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.