View source: R/r_context_tools.R
| inspect_r_object | R Documentation |
Inspect a symbol resolved from the live session environment.
inspect_r_object(
name,
detail = c("summary", "full", "structured"),
session = NULL,
envir = NULL,
head_rows = 6L,
scope = c("all", "session", "workspace")
)
name |
Symbol-like object name. |
detail |
One of |
session |
Optional |
envir |
Optional environment. Ignored when |
head_rows |
Maximum preview rows for inspection renderers. |
scope |
Where to resolve the object. Defaults to |
A character string for "summary"/"full" or a structured list for
"structured".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.