initReportFilename-easyreporting-method: initReportFilename

Description Usage Arguments Value See Also

Description

internal funtion usefull to init the report for the first time.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S4 method for signature 'easyreporting'
initReportFilename(
  object,
  filenamepath = NULL,
  title = NULL,
  author = NULL,
  optionList = NULL,
  bibfile = "",
  documentType = "rmarkdown::html_document"
)

Arguments

object

an easyreporting class object

filenamepath

the name of the report with or without the path

author

the name of the report author as a person format (where expected comment named fields are ORCID, url, affiliation, affiliation_url). In case author is a character, it will be reported as it is.

bibfile

a bibfile for bibliography.

documentType

type of report final document, if author(s) is a person it will be distill::distill_article (rmarkdown::html_document default)

mainTitle

the title of the report

Value

an easyreporting class object

See Also

person


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