ppQuery {RPublica} | R Documentation |
Execute an API query
ppQuery(op, baseurl, args = NULL, ...)
op |
A character string containing an API operation, and associated arguments. |
baseurl |
The base URL for conducting the API query. |
args |
A character string containing additional URL-encoded parameters. |
... |
Arguments passed to |
Thomas J. Leeper