Description Usage Details Examples
rdoc replacements for ?
and help
1 2 3 |
Calling use_rdoc()
will override utils::`?`
with rdoc_question
and utils::help
with rdoc
. As a convenience, use_rdoc()
loads utils first.
This ensures that if use_rdoc()
is set in an .Rprofile the replacements will stay ahead of
utils in the search path after startup is finished.
These replacements can be unset by calling rm_rdoc()
(note that no detachment will
occur for utils here).
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.