Stores the file at path under the given backend, creating a new versioned entry. This is a low-level generic; most callers should use rack_save() instead.

rack_upload(backend, path, ...)

Arguments

backend

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

path

Character scalar. Path to the local file to upload.

...

Additional arguments passed to the method, including name (character scalar giving the name under which the session will be stored).

Value

A rack_id object identifying the newly created version.

See also

rack_save() for the high-level wrapper that serialises R data before uploading, rack_download() for the complementary download generic.