View source: R/semantic_adapter.R
| describe_semantic_object | R Documentation |
Produce a structured semantic description for an object using the active registry.
describe_semantic_object(
obj,
name = NULL,
registry = NULL,
session = NULL,
envir = NULL,
budget = NULL
)
obj |
The object to describe. |
name |
Optional display name. |
registry |
Optional |
session |
Optional |
envir |
Optional environment. Ignored when |
budget |
Optional budget hint passed to preview-capable adapters. |
A named list containing adapter name, capabilities, and structured metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.