get_async_page {QBMS} | R Documentation |
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)
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.
[Package QBMS version 1.0.0 Index]