Retrieves the raw file path(s) for a stored session identified by id from the given backend. This is a low-level generic; most callers should use rack_load() instead.

rack_download(id, backend, ...)

Arguments

id

A rack_id object identifying the session to download.

backend

A rack backend object (e.g. a pins_board).

...

Additional arguments passed to the method.

Value

A character vector of local file paths to the downloaded content.

See also

rack_load() for the high-level wrapper that parses the result, rack_upload() for the complementary upload generic.