Learn R Programming

reproducible (version 0.2.0)

mergeCache: Merge two cache repositories together

Description

All the cacheFrom artifacts will be put into cacheTo repository. All userTags will be copied verbatim, including accessed, with 1 exception: date will be the current Sys.time() at the time of merging. The createdDate column will be similarly the current time of merging.

Usage

mergeCache(cacheTo, cacheFrom)

# S4 method for ANY mergeCache(cacheTo, cacheFrom)

Arguments

cacheTo

The cache repository (character string of the file path) that will become larger, i.e., merge into this

cacheFrom

The cache repository (character string of the file path) from which all objects will be taken and copied from

Value

The character string of the path of cacheTo, i.e., not the objects themselves.

Details

This is still experimental