LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with input: R package source code

Browse skills that use this input.

  • types-check - Validate R function inputs using standalone type checkers
    rrlanginput-validationtype-checking

    ★ 343 · Updated 2026-09-21

    Validates function inputs in R using standalone check_* functions from rlang for exported functions and custom input checkers.

    ⚙ Validate scalar function inputs⚙ Validate vector function inputs⚙ Validate enumerated argument choices
  • add-function - Add Function to R Package - Complete Development Workflow
    R developmentpackage creationdocumentationversion control

    ★ 0 · Updated 2026-02-24

    Create new functions for R packages following established development conventions

    ⚙ create R source files⚙ update documentation⚙ modify dependencies