powered by
This function checks if an object is of class 'qe.metadata'.
is.qe.metadata(x)
A logical value. TRUE if the object is of class 'qe.metadata', otherwise FALSE.
An object. The object to be checked.
dt <- 1:5 class(dt) <- c("qe.metadata", class(dt)) is.qe.metadata(dt) # Should return TRUE
Run the code above in your browser using DataLab