Description Usage Arguments Author(s)
View source: R/driver_remote.R
Create a storr that keeps rds-serialised objects on a remote
location. This is the abstract interface (which does not do
anything useful) but which can be used with file operation driver
to store files elsewhere. This is not intended for end-user use
so there is no storr_remote
function. Instead this
function is designed to support external packages that implement
the details. For a worked example, see the package tests
(helper-remote.R
). In the current implementation these
build off of the driver_rds
driver by copying files
to some remote location.
1 | driver_remote(ops, ..., path_local = NULL)
|
ops |
A file operations object. See tests for now to see what is required to implement one. |
... |
Arguments to pass through to |
path_local |
Path to a local cache. This can be left as
|
Rich FitzJohn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.