is_data_list {metasnf}R Documentation

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)

Arguments

x

An object.

Value

TRUE if the object inherits from the data_list class.


[Package metasnf version 2.1.2 Index]