addResource: addResource

Description Usage Arguments Value Examples

Description

addResource

Usage

1
addResource(object, source, reference, description)

Arguments

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

Value

an easyreporting class instance

Examples

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)

drighelli/easyreporting documentation built on March 22, 2021, 9:12 p.m.