[moved to class_technology.R]
#---------------------------------------------------------------------------------------------------------
#! technology_data_frame <- function() : get technology slot data.frame names
#---------------------------------------------------------------------------------------------------------
.technology_data_frame <- function() {
# get technology slot data.frame names
g <- getClass('technology')
names(g@slots)[sapply(names(g@slots),function(z) g@slots[[z]] == 'data.frame')]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.