Have you ever typed something like this in your R script as a section break:
ARTofR is designed to help you do this, by auto-inserting title, divider and block of comments, for example:
xxx_divider1('just a example')
will give you
xxx_title2('another example')
will give you
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
## another example ----
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ARTofR is a wrapper of bannerCommenter::banner(), written with thanks to the author, Bill Venables
Install from CRAN:
Install the developing version of ARTofR:
User guide at Hzhang-ouce-ARTofR