Description Usage Arguments Value Slots Examples
An S4 class for managing rmarkdown report. Each instance describes an rmarkdown file.
1 | 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.
1 2 | rd <- easyreporting(filenamePath="./project_report",
title="example_report", author="It's me")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.