repo-package: Repo: The Data-centered Data Flow Manager

Description Details Author(s)

Description

Repo: The Data-centered Data Flow Manager

Details

The Repo package is meant to help with the management of R data files. It builds one (or more) centralized repository where R objects are stored together with corresponding annotations, tags, dependency notes, provenance traces. It also provides navigation tools to easily locate and load previously stored resources.

Create a new repository with rp <- repo_open().

Given the object rp of class repo, the repo command foo must be called like this: rp$foo(). However, the public name of foo will be repo_foo, and this name must be used to get help (?repo_foo).

For a complete list of functions, use library(help = "repo").

Author(s)

Francesco Napolitano franapoli@gmail.com


franapoli/repo documentation built on May 17, 2021, 7:24 p.m.