allocate_from_df: Assign users to documents from a dataframe

View source: R/article_assignment.R

allocate_from_dfR Documentation

Assign users to documents from a dataframe

Description

Assign users to documents from a dataframe where dataframe has a user_id column and and a document_id column

Usage

allocate_from_df(assign_dat, allocation_type, allocated_by)

Arguments

assign_dat

A dataframe (or tibble) with a user_id column and a document_id column

allocation_type

The allocation type to write to the database

allocated_by

The allocated by to write to the database


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