httr-verbs | R Documentation |
httr wrappers.
do_GET(url, ...)
do_POST(url, ..., body = NULL, encode = "json")
do_PUT(url, ...)
do_PATCH(url, ...)
do_DELETE(url, ...)
do_DELETE_body(url, body = NULL, ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.