Learn R Programming

ddR (version 0.1.1)

is.dframe: Returns whether the input is a dframe

Description

Returns whether the input is a dframe

Usage

is.dframe(x)

is.DFrame(x)

Arguments

x
input object.

Value

  • TRUE if x is a dframe, FALSE otherwise.

Examples

Run this code
is.dframe(3) # FALSE
is.dframe(dframe(psize=c(3,3),dim=c(9,9))) # TRUE

Run the code above in your browser using DataLab