Learn R Programming

metasnf (version 2.1.2)

is_data_list: Test if the object is a data list

Description

Given an object, returns TRUE if that object inherits from the data_list class.

Usage

is_data_list(x)

Value

TRUE if the object inherits from the data_list class.

Arguments

x

An object.