/tarchives

Make Your 'targets' Pipelines into a Package

Primary LanguageROtherNOASSERTION

tarchives

Lifecycle: experimental

The goal of tarchives is to make targets pipelines into a package. It runs ‘targets’ pipeline in /inst/tarchives and stores the results in the R user directory. This means that the user does not have to run the process repeatedly, and the developer has the flexibility to update the data as versions are updated.

Installation

You can install the development version of tarchives from GitHub with:

# install.packages("pak")
pak::pak("UchidaMizuki/tarchives")

Functions

  • tar_archive(): Convert the targets function to the tarchives version.
  • tar_make_archive(): tarchives version of targets::tar_make() function.
  • tar_read_archive(): tarchives version of targets::tar_read() function.
  • tar_target_archive(): tarchives version of targets::tar_target() function.