Access the datasets stored in public DigitalOcean space.
The load process for these datasets is run by using the *_pipeline()
functions. You will need the right access keys to be able to write to the
buckets.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | data_house_bill()
data_house_congress()
data_house_congress_pipeline()
data_house_republic_act()
data_house_republic_act_pipeline(...)
data_senate_bill()
data_senate_bill_pipeline(...)
data_senate_congress()
data_senate_congress_pipeline()
data_senate_republic_act()
data_senate_republic_act_pipeline(...)
data_bucket(path)
data_pipeline()
|
data_house_bill
: House of Representatives - Bills and Resolutions
data_house_congress
: House of Representatives - Congress
data_house_republic_act
: House of Representatives - Republic Acts
data_senate_bill
: Senate - Bills and Resolutions
data_senate_congress
: Senate - Congress
data_senate_republic_act
: Senate - Republic Acts
data_bucket
: bucket storage
data_pipeline
: run the whole data pipeline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.