美文网首页
RHTMLForm 表单提交

RHTMLForm 表单提交

作者: Dearc | 来源:发表于2015-03-23 14:07 被阅读0次

    RHTMLForms在R高版本中不可用,解决如下

    install_github("omegahat/RHTMLForms")

    提交表单,http://一定不能省略

    u ="http://www.bing.com"

    form =getHTMLFormDescription(u)[[1]];form

    得到

    HTML Form:http://cn.bing.com/search

    q:

    制作一个form提交的function

    bing_search =createFunction(form)

    这样bing_search()里面就能提交各式各样的搜索关键字,最后用

    getHTMLLinks(bing_search("rstudio"))

    这边得到

    [36] "http://www.liangchan.net/liangchan/1123.html"

    [37] "https://rstudio.org/"

    [38] "http://www.microsofttranslator.com/bv.aspx?ref=SERP&br=ro&mkt=zh-CN&dl=zh&lp=EN_ZH-CHS&a=https%3a%2f%2frstudio.org%2f"

    相关文章

      网友评论

          本文标题:RHTMLForm 表单提交

          本文链接:https://www.haomeiwen.com/subject/krywxttx.html