generateReport: Generate Report

Description Usage Arguments Value

View source: R/generateReport.R

Description

Generate the excel score report and narrative

Usage

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)

Arguments

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

Value

an object of class REPORT


debarros/rrttReportBuilder documentation built on Oct. 16, 2020, 4 p.m.