delete_duplicate_appointments: Delete Duplicate Appointments

View source: R/delete_duplicate_appointments.R

delete_duplicate_appointmentsR Documentation

Delete Duplicate Appointments

Description

Delete Duplicate Appointments

Usage

delete_duplicate_appointments(
  data,
  client_identifier = "UniqueClientID",
  appointment_identifier = "AppointID"
)

Arguments

data

A data frame with surveys and appointments.

client_identifier

The column uniquely identifying each client. By default, UniqueClientID.

appointment_identifier

The column uniquely identifying each appointment. By default AppointID, but if this is not available, use Date instead.

Value

A data frame with only the first instance of each duplicated appointment.


jpetrovich02/CCMHr documentation built on Jan. 25, 2024, 11:57 p.m.