| .create_ai_instructions | R Documentation |
Internal function called during project_create() to create AI assistant instruction files based on user preferences.
.create_ai_instructions(
assistants,
target_dir = ".",
project_name = NULL,
project_type = "project"
)
assistants |
Character vector of assistants: "claude", "copilot", "agents" |
target_dir |
Target directory (default: current directory) |
project_name |
Project name for template substitution |
project_type |
Project type for template selection ("project", "project_sensitive", "course", "presentation") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.