check_is_dataframe: Check whether the object is a dataframe

View source: R/checks.R

check_is_dataframeR Documentation

Check whether the object is a dataframe

Description

Check whether the object is a dataframe

Usage

check_is_dataframe(obj, msg = NULL, stopit = TRUE)

Arguments

obj

The object to test.

msg

Optional, a custom error message.

stopit

Whether to stop execution with an error message.

Value

boolean Whether the object is a data.frame object.


volker documentation built on April 12, 2025, 9:16 a.m.