Entering edit mode
                    Voke AO
        
    
        ▴
    
    760
        @voke-ao-4830
        Last seen 11.2 years ago
        
    Hi all,
I am trying to use postForm() with the KEGG website but I am stuck on
how to get my results. Is it possible (code below) or am I using
postForm() wrongly? The code appears to run but I'm not quite sure how
to read the results assuming there are any. Please help.
Thanks.
Avoks
____
data = postForm("http://www.genome.jp/kegg/tool/map_pathway1.html",
org_name = "hsadd",
file = file.choose(),
submit = "Exec")
> sessionInfo()
R version 2.14.1 (2011-12-22)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_xxx.1252  LC_CTYPE=English_xxx.1252
[3] LC_MONETARY=English_xxx.1252 LC_NUMERIC=C
[5] LC_TIME=English_xxx.1252
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base
other attached packages:
[1] RHTMLForms_0.5-1 XML_3.9-4.1      RCurl_1.91-1.1   bitops_1.0-4.1
loaded via a namespace (and not attached):
[1] tools_2.14.1
                    
                
                