Wie füge ich postRorm mit RCurl einen Feldnamen bei, wenn das Formular Felder wie diese unten hat?RCurl PostForm Probleme mit Feldnamen mit Sonderzeichen
<input id="form:checkEstrato" type="checkbox" name="form:checkEstrato" checked="checked" />
<input id="form:checkArea" type="checkbox" name="form:checkArea" checked="checked" />
wenn ich versuche, so etwas wie
if(url.exists(url))
results <- postForm(url,
form:evento="35",
form:area = "10")
I
> if(url.exists(url))
+ results <- postForm(url,
+ form:evento="35",
Error: unexpected '=' in:
" results <- postForm(url,
form:evento="
> form:area = "10")
Error: unexpected ')' in " form:area = "10")"