redirectSource: redirectSource

View source: R/redirectSource.R

redirectSourceR 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 redirect.

target

The target folder or files. Passed on to the specific redirect function or redirect.

...

Additional arguments, passed on to the specific redirect function.

linkOthers

Passed on to the specific redirect function or redirect.

local

Passed on to the specific redirect function or redirect.

Value

The result of the specific redirect function or redirect.

Author(s)

Pascal Sauer


pik-piam/madrat documentation built on May 19, 2024, 11:43 p.m.