Skip to contents

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

Usage

get_async_page(full_url, nested)

Arguments

full_url

URL to retrieve.

nested

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

Value

Async version of the HTTP GET request.