add_origin: Adds the origin of an individual

Description Usage Arguments Value Examples

Description

This function will determine whether an individual comes from a retail banking entity or not and will assign a label as a result. It will also delete automatically the administrator users.

Usage

1
add_origin(tab1, tab2)

Arguments

tab1

A data.table or data.frame object from which the email address comes from.

tab2

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

Value

The second argument is returned with the new information, as a data.table object.

Examples

1
2
## The email is in the users table. You want to add it to the logs table
logs <- add_origin(users,logs)

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