Learn R Programming

D4TAlink.light (version 2.1.18)

reportFn: Get path of output file.

Description

Get path of output file.

Usage

reportFn(task, type, ext, subdir = NULL, dirCreate = TRUE)

Value

File path.

Arguments

task

Object of class D4TAlinkTask, as created by initTask.

type

Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext]

ext

Filename extension.

subdir

(optional) Subdirectory.

dirCreate

Logical, if TRUE (by default) the directory is created.