Re: [R] httr package syntax (PUT)

2016-06-02 Thread Hadley Wickham
On Wed, Jun 1, 2016 at 7:16 PM, Jared Rodecker wrote: > Greetings fellow R users. > > I'm struggling with the syntax of submitting a PUT request > > I'm trying to insert a few PUT requests into some legacy R code that I have > that performs daily ETL on a small database. These requests will add us

[R] httr package syntax (PUT)

2016-06-01 Thread Jared Rodecker
Greetings fellow R users. I'm struggling with the syntax of submitting a PUT request I'm trying to insert a few PUT requests into some legacy R code that I have that performs daily ETL on a small database. These requests will add users to an email mailing list in MailChimp. I have been able to