Displaying 3 results from an estimated 3 matches for "indicesdata".
2010 Nov 04
3
postForm() in RCurl and library RHTMLForms
...am using this code
webpage <- postForm(url,.params=list(
"FromDate"="01-11-2010",
"ToDate"="02-11-2010",
"IndexType"="S&P CNX NIFTY",
"Indicesdata"="Get Details"),
.opts=list(useragent = getOption("HTTPUserAgent")))
But it doesn't give me desired result
Also I was trying to use the function getHTMLFormDescription from the
package RHTMLForms but there we can't use the argument
.opts=list(user...
2012 Dec 02
1
postForm() in RCurl and library RHTMLForms
...sing this code
webpage <- postForm(url,.params=list(
"FromDate"="01-11-2010",
"ToDate"="02-11-2010",
"IndexType"="S&P CNX NIFTY",
"Indicesdata"="Get Details"),
.opts=list(useragent = getOption("HTTPUserAgent")))
But it doesn't give me desired result
Also I was trying to use the function getHTMLFormDescription from the
package RHTMLForms but there we can't use the argument
.opts=list...
2012 Oct 17
0
postForm() in RCurl and library RHTMLForms
...rm(url,.params=list(
> > "FromDate"="01-11-2010",
> > "ToDate"="02-11-2010",
> > "IndexType"="S&P CNX NIFTY",
> > "Indicesdata"="Get Details"),
> > .opts=list(useragent = getOption("HTTPUserAgent")))
> >
> > But it doesn't give me desired result
>
> You need to be more specific about how it fails to give the desired result.
>
> You are in fact post...