Description Usage Arguments Value Examples
addResource
| 1 2 | ## S4 method for signature 'easyreporting'
addResource(object, source, reference, description)
 | 
| object | an easyreporting class instance | 
| source | a string indicating the reference (i.e. "GEO") | 
| reference | a string indicanting the reference of the source (i.e. "GSE60231) | 
| description | a natural language description | 
an easyreporting class instance
| 1 2 3 4 5 6 7 | rd <- easyreporting(filenamePath="./project_report",
                        title="example_report", author=c("It's me"))
rd <- addResource(rd, source="GEO", "GSE60231", "Transcriptome of BMDC to different antigen delivery systems")
## Not run: 
compile(rd)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.