load_from_cache | R Documentation |
Load the given chunk inputs / outputs from the drake cache. The
names given can come from inputs_of
or outputs_of
for
instance.
load_from_cache(return_data_names, ...)
return_data_names |
The names of the data to return. |
... |
Parameters to pass directly to drake::readd to allow users to specify a non-default cache for instance. |
The data loaded from cache returned as a list in the same format as all_data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.