redirectSource {madrat} | R Documentation |
redirectSource
Description
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.
Usage
redirectSource(type, target, ..., linkOthers = TRUE, local = TRUE)
Arguments
type |
The source dataset type. Passed on to the specific redirect
function or |
target |
The target folder or files. Passed on to the specific redirect
function or |
... |
Additional arguments, passed on to the specific redirect function. |
linkOthers |
Passed on to the specific redirect function or |
local |
Passed on to the specific redirect function or |
Value
The result of the specific redirect function or redirect
.
Author(s)
Pascal Sauer
[Package madrat version 3.15.6 Index]