create_qr: Merges several tables into one

Description Usage Arguments Value Examples

Description

This function will create a single table of results from 3 different tables.

Usage

1
create_qr(tab1, tab2, tab3)

Arguments

tab1

A data.table or data.frame object containing the qs.rds file.

tab2

A data.table or data.frame object containing the question.rds file

tab3

A data.table or data.frame object containing the attempts.rds file

Value

The final version of the table relating attempts and scores.

Examples

1
qr <- create_qr(qs,question,attempts)

guillaumelf/BarchenPackage documentation built on May 31, 2019, 11:50 p.m.