Acquires all FARA registered representitives. This includes information about the agents including their location, periods of active work

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

Arguments

method

method of bulk download

  • xml - default and returns all historic matches

  • csv - returns only a portion of registrants

only_active

if TRUE returns only active registrants

return_message

if TRUE returns message

Examples

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