add_fp: Adds informations about the formation

Description Usage Arguments Value Examples

Description

This function will create the variable formation_presentielle which will take either 1 or 0 for value, indicating whether each individual has been involved or not in a 2-day formation.

Usage

1
add_fp(tab1, tab2, tab3)

Arguments

tab1

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

tab2

A data.table object with the Stats formation.xlsx table.

tab3

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

Value

A data.table object with the new variable created.

Examples

1
tab <- add_fp(users,infos_fp,tab)

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