get_candidate_documents: Returns the candidate document table filtered by candidate...

View source: R/database_interactivity.R

get_candidate_documentsR Documentation

Returns the candidate document table filtered by candidate document id

Description

Note that excluding the ocr from the download will significantly reduce the time for the query to execute.

Usage

get_candidate_documents(
  cand_document_id = "all",
  url = "all",
  status = "all",
  g_status = "all",
  include_ocr = TRUE
)

Arguments

cand_document_id

Candidate document id or ids to filter by.

url

document url or urls to filter by.

status

document classification status to filter by.

include_ocr

should the ocr be downloaded.


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