Skip to contents

Read a bundled AI skill

Usage

ai_skill(skill, package = "replicateEverything")

Arguments

skill

Name of the skill, without .md.

package

Optional package name. Defaults to replicateEverything.

Value

A character string containing the skill text.

Examples

if (FALSE) { # \dontrun{
cat(ai_skill("dataverse_to_replicateEverything"))
} # }