powered by
A helper function that reads data from the internet to memory and deserializes the object with qdeserialize().
qdeserialize()
qread_url(url, buffer_size, ...)
The de-serialized object.
The URL where the object is stored
The buffer size used to read in data (default 16777216L i.e. 16 MB)
16777216L
Arguments passed to qdeserialize()
See qdeserialize() for additional details.
if (FALSE) { x <- qread_url("http://example_url.com/my_file.qs") }
Run the code above in your browser using DataLab