validate_dataframe: Validate that input is a data frame

View source: R/utils-validation.R

validate_dataframeR Documentation

Validate that input is a data frame

Description

Validate that input is a data frame

Usage

validate_dataframe(x, arg_name)

Arguments

x

input to validate

arg_name

name of the argument for error messages

Value

TRUE if valid, throws error otherwise


guess documentation built on March 31, 2026, 9:07 a.m.