contacts_by_unit: Append last three contacts by unit to a discoveryengine...

View source: R/contacts_by_unit.R

contacts_by_unitR Documentation

Append last three contacts by unit to a discoveryengine definition

Description

Append last three contacts by unit to a discoveryengine definition

Usage

contacts_by_unit(constituency, unit)

Arguments

constituency

A discoveryengine definition

unit

Unit code

Value

data frame with the following columns: entity id, last contact date, last contact, second last contact date, second last contact, third last contact date, third last contact

Examples

wealthy = has_capacity(1)
cal_performances_contacts = contacts_by_unit(wealthy, "CP")
display(cal_performances_contacts)


cwolfsonseeley/discoappend documentation built on March 17, 2022, 8:36 p.m.