powered by
Returns and prints the list of all defined types
showTypes(dgeObj, printed = TRUE)
A DGEobj
Whether to print the list (default = TRUE)
data.frame
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj")) showTypes(exObj) # }
Run the code above in your browser using DataLab