Acquires data for all available FARA documents. This includes information about ther foreign principal, registrant and FARA document type.
fara_documents(
method = "xml",
only_active = F,
snake_names = T,
return_message = T
)
method of bulk download
xml - default and returns all historic matches
csv - returns only a portion of registrants' documents
if TRUE
returns only documents available online
if TRUE
returns a message
if (FALSE) {
fara_documents(method = "xml")
}