Skip to contents

Convenience function to scan a directory and return a SkillRegistry. Alias for create_skill_registry().

Usage

scan_skills(path, recursive = FALSE)

Arguments

path

Path to scan for skills.

recursive

Whether to scan subdirectories. Default FALSE.

Value

A populated SkillRegistry object.