10000 GitHub - mdequeljoe/rdoc at c37dc34280f9030abe3f8de4cc498073bd87d1a9
[go: up one dir, main page]

Skip to content

mdequeljoe/rdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdoc

Build Status CRAN Status codecov lifecycle

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.

install

(work in progress)

devtools::install_github("mdequeljoe/rdoc")

replacing help and ?

help and ? can be overridden via:

rdoc::use_rdoc()

Returning to the base functions is possible with:

rdoc::rm_rdoc()
0