fara_documents: FARA filed documents

Description Usage Arguments Examples

View source: R/fara.R

Description

Acquires data for all available FARA documents. This includes information about ther foreign principal, registrant and FARA document type.

Usage

1
2
3
4
5
6
fara_documents(
  method = "xml",
  only_active = F,
  snake_names = T,
  return_message = T
)

Arguments

method

method of bulk download

  • xml - default and returns all historic matches

  • csv - returns only a portion of registrants' documents

only_active

if TRUE returns only documents available online

return_message

if TRUE returns a message

Examples

1
2
3
4
## Not run: 
fara_documents(method = "xml")

## End(Not run)

abresler/govtrackR documentation built on July 11, 2020, 12:30 a.m.