Skip to contents

Wraps httr::GET() with a descriptive User-Agent to avoid being blocked by services like Figshare that reject default libcurl requests, especially from CI runner IPs (e.g., GitHub Actions).

Usage

codecheck_GET(url, ...)

Arguments

url

The URL to request

...

Additional arguments passed to httr::GET()

Value

An httr response object