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.

types-check - Validate R function inputs using standalone type checkers

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

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Validate scalar function inputs
  • Validate vector function inputs
  • Validate enumerated argument choices
  • Validate mutually exclusive arguments
  • Validate required function arguments
  • Create custom input validation functions
  • Propagate caller error context

Inputs

  • R function arguments
  • R package source code

Outputs

  • Input validation error messages
  • Custom check helper functions

Requirements

  • R environment
  • rlang package
  • Standalone r-lib/rlang types-check file

Source

  • Spec: SKILL.md
r
rlang
input-validation
type-checking
tidyverse
Validate scalar function inputs
Validate vector function inputs
Validate enumerated argument choices
Validate mutually exclusive arguments
R function arguments
R package source code
Input validation error messages
Custom check helper functions