GetCongCmteIndusData {ropensecretsapi} | R Documentation |
Provides summary fundraising information for a specific committee, industry and congress number.
Description
Provides summary fundraising information for a specific committee, industry and congress number.
Usage
GetCongCmteIndusData(params)
Arguments
params |
Any parameter accepted by this web service call – see here. |
Examples
## Not run:
SetAPIKey ("ENTER YOUR PRIVATE API KEY HERE.")
params <- list (congno="112", indus="F10", cmte="HARM")
tryCatch(
congCmteIndusData <- GetCongCmteIndusData (params),
error =
function (e) {
print (
paste (
"An exception was thrown -- details follow: ",
e,
sep=""
)
)
}
)
## End(Not run)
[Package ropensecretsapi version 1.0.1 Index]