How can I POST a simple HTML form in R?

前端 未结 2 1677
深忆病人
深忆病人 2020-12-14 12:41

I\'m relatively new to R programming and I\'m trying to put some of the stuff I\'m learning in the Johns Hopkins Data Science track to practical use. Specifically, I would

2条回答
  •  心在旅途
    2020-12-14 13:05

    I know this is an old question, but adding the

    style='POST'
    

    parameter to postForm does the trick as well.

提交回复
热议问题