rdoc = help
+ tools::Rd2txt
+ cli + crayon + prettycode
Whilst primarily intended for usage in a terminal, rdoc
can also be used sensibly elsewhere (such as Rstudio) whereby the output will be printed by sections to avoid flooding it with too much text.
(work in progress)
devtools::install_github("mdequeljoe/rdoc")
help
and ?
can be overridden via:
rdoc::use_rdoc()
Returning to the base functions is possible with:
rdoc::rm_rdoc()