Description Usage Arguments Value
View source: R/objectstorage.R
Lists all the runtime objects cotained in the task with path path.
1 | list_runtime_objects(storagepath)
|
storagepath |
Path with the storage. |
Returns 'data.frame' with the following columns:
Name of the stored object. This is a primary key.
String with the digest of the object.
Numeric value with the size of the stored object.
Path where the object is stored absolute or relative to the storage path.
Logical. TRUE
if the archive contain only this one object. Otherwise
archive contains named list of objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.