Learn R Programming

eiopaR (version 0.1.1)

try_GET: Wrapper for GET requests

Description

Wrapper for GET requests

Usage

try_GET(x, ...)

Arguments

x

the url to request

...

additional parameters passed to the GET function.

Value

The result of the GET request.