Description Usage Arguments Value Author(s) Examples
Generate one or more reports using the templates in this package.
1 | generate_report(srv, report = NULL, entity = NULL, type = "pdf")
|
srv |
A survey object containing the data that is being reported. |
report |
Path to the report template (.Rmd) for the specific study. |
entity |
Optional: Name of a specific entity to create a report for. |
type |
The type of report. Either PPT or PDF. |
Nothing. A .Rmd file and desired output is created for each entity in the data, or as specified.
Kristian D. Olsen
1 | generate_report(x, "/Internal/Internal_report_2014.Rmd", entity=c("EPSI", "SKI"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.