Learn R Programming

rdoc (version 0.1.0)

use_rdoc: Base replacements

Description

rdoc replacements for ? and help

Usage

use_rdoc()

rm_rdoc()

Arguments

Details

Calling use_rdoc() will override utils::`?` with rdoc_question and utils::help with rdoc These replacements can be unset by calling rm_rdoc().

Examples

Run this code
# NOT RUN {
rdoc::use_rdoc()
?help
rdoc::rm_rdoc()
?help
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab