binaryFn: Get path of binary file.

View source: R/taskPaths.R

binaryFnR Documentation

Get path of binary file.

Description

Get path of binary file.

Usage

binaryFn(task, type, ext = "rds", subdir = NULL, dirCreate = TRUE)

Arguments

task

Object of class D4TAlinkTask, as created by initTask.

type

Filename type. If the type is an array, the concatenation 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.

Value

File path.


D4TAlink.light documentation built on July 21, 2026, 5:07 p.m.