Description Usage Arguments See Also
View source: R/reportStories.R
This function allows you to write the reports for the user stories if you didn't write them before on the analysis function. The key input is the output of ‘oRus::analyseStories()'.#’
1 2 3 4 5 6 | reportStories(
stories,
sheetFilePath = NULL,
reportFilePath = NULL,
outputType = "html_document"
)
|
stories |
The stories produced by the analysis function. |
sheetFilePath |
The path and filename of the Excel sheet that will be stored; must include the '*.xlsx' extension. If no value is passed, the file will not be written. |
reportFilePath |
The path where the extensive report will be stored. It must include the correct extension (according to the type selected in the following argument). If no value is passed, the report won't be generated. |
outputType |
The type of document to be generated (from an RMarkdown). By default it is a PDF file. Options are: 'html_output' or 'pdf_output'. |
Other Simplified Process:
analyseStories()
,
createIgnoreWords()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.