View source: R/r_context_tools.R
| get_r_documentation | R Documentation |
Resolve an Rd topic and return a selected section.
get_r_documentation(
name,
package = NULL,
section = c("summary", "usage", "arguments", "details", "value", "examples", "full"),
session = NULL,
envir = NULL,
max_chars = 4000L
)
name |
Topic or function name. |
package |
Optional package/namespace name. |
section |
One of |
session |
Optional |
envir |
Optional environment. Ignored when |
max_chars |
Maximum characters to return. |
A character string with the requested documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.