.isTwoDimDataFrame {twoddpcr}R Documentation

Checks whether an object is a data frame with two leading double columns.

Description

Checks whether an object is a data frame with two leading double columns.

Usage

.isTwoDimDataFrame(df)

Arguments

df

A data frame.

Value

A logical value: whether the data frame meets the criteria.


[Package twoddpcr version 1.18.0 Index]