addnames: Add names by ID number to a Datalink Connect output .xlsx...

Description Usage Arguments Value

View source: R/addnames.R

Description

uses the .xlsx output from Datalink Connect software and will score responses by assigning a grade value to each possible response

Usage

1
addnames(input, id)

Arguments

input

.xlsx exported from Datalink Connect read into R by using the command: read.xlsx2(file,sheetName="Results Grid")

id

a dataframe containing IDs and Names of students appearing in input file. Column with ID numbers should be named "ID" and column with names should be named "Name"

Value

A the same dataframe read in as object with names added to the appropriate column


KirtOnthank/ScanTools documentation built on Feb. 4, 2020, 1:32 p.m.