Acquires all FARA foreign principals. This includes information about the foreign princpial, their FARA agent and period of registration.
fara_principals(
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 foreign principals
if TRUE
returns only active foreign principals
if TRUE
returns a message
tibble
if (FALSE) {
fara_principals(method = "xml")
}