Re: [R] Help with submitting HTML forms in RCurl

2010-02-12 Thread Henrique Dallazuanna
I don't get error: > postForm("http://www.expasy.ch/tools/protscale.html";, +"sequence" = "", +scale = "Molecular weight", +window = "5", +weight_edges = "100", +weight_var = "linear", +norm = "no", +submit = "Submit") [1] "\n" at

[R] Help with submitting HTML forms in RCurl

2010-02-12 Thread Sunando Roy
Hi, I am trying to submit a form to the EXPASY protscale server ( http://www.expasy.ch/tools/protscale.html). I am using the RCurl package and the postForm function available in it. I have extracted the variables for the form from the HTML source page. According to the syntax of postForm, I just n