View source: R/skill_registry.R
| create_skill_registry | R Documentation |
Convenience function to create and populate a SkillRegistry.
create_skill_registry(path, recursive = FALSE)
path |
Path to scan for skills. |
recursive |
Whether to scan subdirectories. Default FALSE. |
A populated SkillRegistry object.
if (interactive()) {
# Scan a skills directory
registry <- create_skill_registry(".aimd/skills")
# List available skills
registry$list_skills()
# Get a specific skill
skill <- registry$get_skill("seurat_analysis")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.