View source: R/r_context_tools.R
| inspect_r_function | R Documentation |
Inspect function signature and provenance without dumping full source by default.
inspect_r_function(
name,
package = NULL,
detail = c("summary", "full"),
include_methods = FALSE,
session = NULL,
envir = NULL
)
name |
Function name. |
package |
Optional package/namespace name. |
detail |
One of |
include_methods |
Logical; whether to include S3/S4 method previews. |
session |
Optional |
envir |
Optional environment. Ignored when |
A character string inspection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.