initReportFilename,easyreporting-method {easyreporting}R Documentation

initReportFilename

Description

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

Usage

## S4 method for signature 'easyreporting'
initReportFilename(
  object,
  filenamepath = NULL,
  title = NULL,
  author = NULL,
  optionList = NULL
)

Arguments

object

an easyreporting class object

filenamepath

the name of the report with or without the path

author

the name of the report author

mainTitle

the title of the report

documentType

type of report final document. (html is default)

Value

an easyreporting class object


[Package easyreporting version 1.0.0 Index]