Learn R Programming

tarchives (version 0.1.0)

use_tarchives: Use tarchives

Description

Set up tarchives for an existing package.

Usage

use_tarchives(store = targets::tar_config_get("store"))

Value

No return value, called for side effects.

Arguments

store

Character of length 1, path to the targets data store. Defaults to tar_config_get("store"), which in turn defaults to _targets/. When you set this argument, the value of tar_config_get("store") is temporarily changed for the current function call. See tar_config_get() and tar_config_set() for details about how to set the data store path persistently for a project.