r/strip_todo library
Utility to strip TODO lines from an R script file.
Time-stamp: <Tuesday 2024-12-10 17:03:56 +1100 Graham Williams>
Copyright (C) 2024, Togaware Pty Ltd.
Licensed under the GNU General Public License, Version 3 (the "License");
License: https://www.gnu.org/licenses/gpl-3.0.en.html
Authors: Graham Williams
Functions
- 
  rStripTodo(String code) → String 
- 
  From the supplied code(an R script file contents) strip any line that begins with# TODOso as not to expose such lines to the final script file.