tar_cas_u: Local CAS upload.

View source: R/tar_repository_cas_local.R

tar_cas_uR Documentation

Local CAS upload.

Description

For internal use only.

Usage

tar_cas_u(cas, key, path)

Arguments

cas

File path to the CAS repository. NULL to default to file.path(tar_config_get("store"), "cas") (usually "_targets/cas/").

key

Key of the object in the CAS system.

path

Staging path of the file.

Details

The short function name helps reduce the size of the tar_repository_cas() format string and save space in the metadata.

Value

Called for its side effects.


targets documentation built on Oct. 3, 2024, 1:11 a.m.