qread_url: qread_url

View source: R/qread_url.R

qread_urlR Documentation

qread_url

Description

A helper function that reads data from the internet to memory and deserializes the object with qdeserialize().

Usage

qread_url(url, buffer_size, ...)

Arguments

url

The URL where the object is stored

buffer_size

The buffer size used to read in data (default 16777216L i.e. 16 MB)

...

Arguments passed to qdeserialize()

Details

See qdeserialize() for additional details.

Value

The de-serialized object.

Examples

## Not run: 
x <- qread_url("http://example_url.com/my_file.qs")

## End(Not run)

qs documentation built on March 7, 2023, 7:55 p.m.