is.qe.metadata: Check if an object is of class 'qe.metadata'

View source: R/qedata_classes.R

is.qe.metadataR Documentation

Check if an object is of class 'qe.metadata'

Description

This function checks if an object is of class 'qe.metadata'.

Usage

is.qe.metadata(x)

Arguments

x

An object. The object to be checked.

Value

A logical value. TRUE if the object is of class 'qe.metadata', otherwise FALSE.

Examples

dt <- 1:5
class(dt) <- c("qe.metadata", class(dt))
is.qe.metadata(dt) # Should return TRUE

rENA documentation built on Nov. 5, 2025, 5:50 p.m.