CachedDownload: CachedDownload

CachedDownloadR Documentation

CachedDownload

Description

CachedDownload class

Format

An R6 class object.

Details

Downloader for remote files with caching.

Super classes

exceedapi::SnapshotBackend -> exceedapi::API -> exceedapi::Step -> exceed.pipelines::FileDownload -> CachedDownload

Methods

Public methods

Inherited methods

Method new()

Usage
CachedDownload$new(...)

Method load()

Usage
CachedDownload$load(key, url, .refresh_cache = FALSE, ...)

Method save()

Usage
CachedDownload$save(key, obj, filename)

Method transform()

Usage
CachedDownload$transform(...)

Method clone()

The objects of this class are cloneable with this method.

Usage
CachedDownload$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


legenepi/exceed-pipelines documentation built on Oct. 22, 2024, 7:48 p.m.