| Rdo_show | R Documentation |
Render an Rd object as text and show it.
Rdo_show(rdo)
rdo |
an Rd object |
Rdo_show renders the help page represented by rdo as
text and shows it with file.show().
Rdo_show is a simplified front end to utils::Rd2txt.
See viewRd for more complete rendering, including of
references and citations.
Invisible NULL.
The function is used for the side effect of showing the text
representation of rdo.
Georgi N. Boshnakov
viewRd
## create a minimal Rd object
u1 <- list_Rd(name = "Dummyname", alias = "Dummyallias1",
title = "Dummy title", description = "Dummy description",
Rd_class = TRUE )
## Not run:
## run this interactively:
Rdo_show(u1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.