Skip to content

redirectTau will be called by redirectSource when type = "Tau". Redirects the Tau source folder to the target folder.

Usage

redirectTau(target, ...)

Arguments

target

The target folder or files.

...

Passed on to redirect.

Author

Pascal Sauer

Examples

if (FALSE) { # \dontrun{
redirectSource("Tau", "a/different/tau-source-folder")
a <- readSource("Tau", "paper")
} # }