qread_url {qs} | R 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 |
... |
Arguments passed to |
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)
[Package qs version 0.26.3 Index]