get_allocation_connect_to_docs: Get the allocation of articles to users (the unit of coding),...

View source: R/database_interactivity.R

get_allocation_connect_to_docsR Documentation

Get the allocation of articles to users (the unit of coding), with connected information from documents table and search tables

Description

Get the allocation of articles to users (the unit of coding), with connected information from documents table and search tables

Usage

get_allocation_connect_to_docs(
  user_id = "all",
  allocation_type = "all",
  document_id = "all",
  user_doc_id = "all",
  include_ocr = FALSE
)

Arguments

user_id

The user_id to check in the database.

document_id

The set of document_ids to include in the allocation

include_ocr

Should the OCR of the document be included in the results.

Value

dataframe of the document allocations to the user.


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