Learn R Programming

aisdk (version 1.1.0)

create_skill: Create Skill Scaffold

Description

Create a new skill project with the standard structure.

Usage

create_skill(name, path = tempdir(), author = NULL, description = NULL)

Value

Path to the created skill directory.

Arguments

name

Skill name.

path

Directory to create the skill in.

author

Author name.

description

Brief description.