addResource,easyreporting-method {easyreporting}R Documentation

addResource

Description

addResource

Usage

## S4 method for signature 'easyreporting'
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

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)

[Package easyreporting version 1.4.0 Index]