feedquery: Buildup string for feedquery.

Description Usage Arguments Author(s) See Also Examples

View source: R/feedquery.R

Description

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.

Usage

1
feedquery(url, params)

Arguments

url

character specifying feed url

params

list which contains feed parameters, e.g. list(param1="value1", param2="value2")

Author(s)

Mario Annau

See Also

xmlNode getForm

Examples

1
2
3
4
5
## Not run: 
feedquery(url = "http://dummy.com",
params = list(param1 = "value1", param2 = "value2"))

## End(Not run)

tm.plugin.webmining documentation built on May 2, 2019, 1:10 p.m.