Learn R Programming

QBMS (version 1.0.0)

get_async_page: Async Version of HTTP GET Request

Description

A small helper function to create an `async` version of the original HTTP GET request.

Usage

get_async_page(full_url, nested)

Value

Async version of the HTTP GET request.

Arguments

full_url

URL to retrieve.

nested

Logical indicating whether to flatten nested data frames. Default is FALSE.