########################################################################################################################
is.DataStructure <- function(x) {
is_DataStructure <- inherits(x, what = "DataStructure")
return(is_DataStructure)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.