Learn R Programming

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_space Optional. 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.

Copy Link

Version

Install

install.packages('recom')

Monthly Downloads

52

Version

1.0

License

GPL-3

Maintainer

Pradeep Suthar

Last Published

June 4th, 2021

Functions in recom (1.0)

recom

recom (REmoves COMments of Rscript)
recom-package

recom REmoves all the COMments from Rscript file.