Acquires data for all available FARA documents. This includes information about ther foreign principal, registrant and FARA document type.

fara_documents(
  method = "xml",
  only_active = F,
  snake_names = T,
  return_message = T
)

Arguments

method

method of bulk download

  • xml - default and returns all historic matches

  • csv - returns only a portion of registrants' documents

only_active

if TRUE returns only documents available online

return_message

if TRUE returns a message

Examples

if (FALSE) {
fara_documents(method = "xml")
}