| print.DGEobj | R Documentation | 
Print the Inventory
## S3 method for class 'DGEobj' print(x, ..., verbose = FALSE)
| x | A class DGEobj created by function initDGEobj() | 
| ... | Additional parameters | 
| verbose | Include funArgs column in the output (default = FALSE) | 
    # example DGEobj
    exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj"))
    print(exObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.