Description Usage Arguments Author(s) See Also Examples
Function has partly been taken from getForm function.
Generally, a feed query is a string built up as follows: 
<url>?<param1=value1>&<param2=value2>&...&<paramN=valueN> 
By specifying a feed url and parameter–value pairs (as list) we can easily
generate a feed query in R.
| 1 | 
| url | character specifying feed url | 
| params | list which contains feed parameters, e.g. list(param1="value1", param2="value2") | 
Mario Annau
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.