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
)
method of bulk download
xml - default and returns all historic matches
csv - returns only a portion of registrants
if TRUE
returns only active registrants
if TRUE
returns message
if (FALSE) {
fara_registrants(method = "xml")
}