is.data.frame {base} R Documentation

Coerce to a Data Frame

Description


Functions to check if an object is a data frame, or coerce it
if possible.

Usage

is.data.frame(x);

Arguments

x

any R object.

Details

Authors

SMRUCC genomics Institute

Value

is.data.frame returns TRUE if its argument is a data frame (that is, has "data.frame" amongst its classes) and FALSE otherwise.

clr value class

Examples


[Package base version 2.33.856.6961 Index]