Learn R Programming

aisdk (version 1.1.0)

package_skill: Package a Skill

Description

Validates a skill and packages it into a .skill zip file.

Usage

package_skill(path, output_dir = tempdir())

Value

Path to the created .skill file.

Arguments

path

Path to the skill directory.

output_dir

Directory to save the packaged file. Defaults to tempdir().