View source: R/semantic_adapter.R
| register_semantic_workflow_hint | R Documentation |
Register a workflow hint resolver for semantic objects.
register_semantic_workflow_hint(
name,
supports,
hint_fn,
priority = 0,
registry = NULL,
session = NULL,
envir = NULL
)
name |
Hint name. |
supports |
Function that returns |
hint_fn |
Function of |
priority |
Numeric priority; higher values win during dispatch. |
registry |
Optional |
session |
Optional |
envir |
Optional environment. Ignored when |
Invisibly returns the registry.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.