inventory | R Documentation |
Retrieve the object inventory
inventory(dgeObj, verbose = FALSE)
dgeObj |
A class DGEobj created by function initDGEobj() |
verbose |
Include funArgs column in the output (default = FALSE) |
A data.frame summarizing the data contained in the DGEobj
# example DGEobj exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj")) inventory(exObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.