redirectTau will be called by redirectSource when type = "Tau". Redirects the Tau source folder to the target folder.
Arguments
- target
The target folder or files.
- ...
Passed on to
redirect.
Examples
if (FALSE) { # \dontrun{
redirectSource("Tau", "a/different/tau-source-folder")
a <- readSource("Tau", "paper")
} # }