easyreporting {easyreporting} | R Documentation |
An S4 class for managing rmarkdown report. Each instance describes an rmarkdown file.
easyreporting(filenamePath, title, author, optionList = NULL)
filenamePath |
the path with the name of the rmarkdown. |
title |
the title of the report section. |
author |
the author of the report. |
optionList |
a list of options for the general rmarkdown document. |
an S4 easyreporting class instance
filenamePath
the path with the name of the rmarkdown.
title
the title of the report section.
author
the author of the report.
documentType
the type of the final document (fixed to "html").
optionList
a list of options for the general rmarkdown document.
rd <- easyreporting(filenamePath="./project_report", title="example_report", author="It's me")