add_type_exam: Adds informations about the nature of the exam

Description Usage Arguments Value Examples

Description

This function will create the variable type_exam_passed which will be a 3-level factor taking either ".

Usage

1
add_type_exam(list_tabs, users, tab)

Arguments

list_tabs

A list data.table objects with the results of exams.

users

A data.table object with the users.rds table.

tab

A data.table object to which you want to add the information

Value

A data.table object with the new variable created.

Examples

1
tab <- add_type_exam(list(exams2016,exams2017),users,tab)

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