View source: R/semantic_adapter.R
| create_semantic_adapter_registry | R Documentation |
Create a registry for semantic adapters. The registry resolves the highest
priority adapter whose supports(obj) predicate matches an object.
create_semantic_adapter_registry(adapters = list())
adapters |
Optional list of adapters to register on creation. |
This constructor is part of the public semantic adapter authoring API for extension packages.
The returned registry exposes register(), unregister(),
get_adapter(), list_adapters(), register_workflow_hint(),
list_workflow_hints(), resolve_workflow_hint(), and resolve()
methods.
A SemanticAdapterRegistry object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.