assign_verified_cluster_to_user: Assign verified (and combined) clusters to user for...

View source: R/clustering.R

assign_verified_cluster_to_userR Documentation

Assign verified (and combined) clusters to user for reallocation to clusters.

Description

assign_verfied_cluster_to_user assigns a verfied cluster to a user for combination.

Usage

assign_verified_cluster_to_user(
  verified_cluster_id,
  user_id,
  allocation_date = as.character(Sys.Date()),
  last_updated = as.character(Sys.time()),
  completed = 0
)

Arguments

verified_cluster_id

verified_cluster_id of the verified cluster to be assigned.

user_id

Id of the user the the cluster is to be assigned to.

allocation_date

Date allocation made (usually today).

last_updated

Date record last updated (usually today).

completed

Is the cluster verification complete (usually 0 i.e. not complete)


gidonc/durhamevp documentation built on April 8, 2022, 10:31 a.m.