Description Usage Arguments Value
View source: R/generateReport.R
Generate the excel score report and narrative
| 1 2 3 4 5 | generateReport(DataLocation = choose.dir(default = "J:/tests/2016-2017/"),
  ComparisonFileName = "comparison and topic alignment.xlsx",
  ReportFileName = "scores.xlsx", TMS = "LinkIt", SMS = "PowerSchool",
  UploadFilenames = c("upload_percentages.csv", "upload_totalpoints.csv"),
  template = NULL, HaltOnMultiResponse = F, messageLevel = 0)
 | 
| DataLocation | a folder path | 
| ComparisonFileName | The name of the file with the test set up and comparison info | 
| ReportFileName | Desired name of the output excel file | 
| TMS | Name of the testing management system. Options currently limited to Linkit and ScantronAS. | 
| SMS | Name of the student management system. Options currently limited to PowerSchool. | 
| UploadFilenames | character of upload filenames. The first is for percentage scores and the second is for total points. | 
| template | alternate template file | 
| messageLevel | integer - level of messages to print | 
an object of class REPORT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.