redirectSource will call a source specific redirect function if it exists
(called e.g. redirectTau), in which case the arguments are passed on to that
function. If such a function is not available redirect
is called.
redirectSource(type, target, ..., linkOthers = TRUE, local = TRUE)
The result of the specific redirect function or redirect
.
The source dataset type. Passed on to the specific redirect
function or redirect
.
The target folder or files. Passed on to the specific redirect
function or redirect
.
Additional arguments, passed on to the specific redirect function.
Passed on to the specific redirect function or redirect
.
Passed on to the specific redirect function or redirect
.
Pascal Sauer