Shortcut to convert a single cURL command-line into a single R function
curl_convert(curls = read_clip(), quiet = FALSE)a character vector of one or more cURL command lines. It will read from the clipboard (i.e. if you did a "Copy as cURL" from browser developer tools).
if FALSE, a message with the original cURL
command line will be output. (Default: FALSE)
an R function and a version of the function on the clipboard