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
)

Arguments

method

method of bulk download

  • xml - default and returns all historic matches

  • csv - returns only a portion of foreign principals

only_active

if TRUE returns only active foreign principals

return_message

if TRUE returns a message

Value

tibble

Examples

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