What is Nostr?
Elio Campitelli /
npub1dv3…0gsz
2024-09-26 06:45:33

Elio Campitelli on Nostr: Any #RStats and curl guru can help me translate a curl (CLI) command to it's ...

Any #RStats and curl guru can help me translate a curl (CLI) command to it's equivalent curl (R package) invocation?

```
curl -b ~/.urs_cookies -c ~/.urs_cookies -L -n -O url
``

I've tried with

```
handle_setopt(h,
cookiejar = "~/.urs_cookies",
cookiefile = "~/.urs_cookies",
followlocation = TRUE,
netrc = TRUE,
httpauth = 1L,
netrc_file = "~/.netrc")
```

with no success.
Author Public Key
npub1dv3r8qq5qsr8jtwrsulc5vk4pag8268thmf86f43h56trlqw3nrq6t0gsz