View source: R/qedata_classes.R
| is.qe.metadata | R Documentation |
This function checks if an object is of class 'qe.metadata'.
is.qe.metadata(x)
x |
An object. The object to be checked. |
A logical value. TRUE if the object is of class 'qe.metadata', otherwise FALSE.
dt <- 1:5
class(dt) <- c("qe.metadata", class(dt))
is.qe.metadata(dt) # Should return TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.