addResource {easyreporting} | R Documentation |
addResource
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
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)