ln_data: cp file/directory This function removes/deletes one or...

View source: R/util.R

ln_dataR Documentation

cp file/directory This function removes/deletes one or multiple files/directories

Description

cp file/directory This function removes/deletes one or multiple files/directories

Usage

ln_data(origin = NULL, target = NULL, ...)

Arguments

target

Path to the file/directory.REQUIRED

file

Path to the file/directory.REQUIRED

threads

OPTIONAL Number of threads to split the work. Default 4

ram

OPTIONAL RAM memory to asing to each thread. Default 4

verbose

OPTIONAL Enables progress messages. Default False.

mode

REQUIRED Where to parallelize. Default local. Options "local","batch"

batch_config

REQUIRED Additional batch configuration if batch mode selected.

executor_id

Task EXECUTOR ID. Default "recalCovariates"

task_name

Task name. Default "recalCovariates"

time

OPTIONAL If batch mode. Max run time per job. Default "48:0:0"

update_time

OPTIONAL If batch mode. Job update time in seconds. Default 60.

wait

OPTIONAL If batch mode wait for batch to finish. Default FALSE

hold

OPTIONAL HOld job until job is finished. Job ID.


TearsWillFall/ULPwgs documentation built on April 18, 2024, 3:45 p.m.