Acquires all FARA short form filer data. This includes information about FARA registrants and their employees.

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

Arguments

method

method of bulk download

  • xml

  • csv

only_active

if

return_message

if TRUE returns a message

Value

tibble

Examples

if (FALSE) {
fara_short_forms()
}