job_time_spacing: Setup default job_time_spacing option

View source: R/NMproject-options.R

job_time_spacingR Documentation

Setup default job_time_spacing option

Description

[Stable]

This allows organisations/individuals with their own job time spacing, used by run_nm() when threads > 1.

Usage

job_time_spacing(seconds)

Arguments

seconds

Optional numeric value. Values correspond to what will be set.

Value

if seconds is missing, will return value of getOption("job_time_spacing") otherwise will set option job_time_spacing.

Examples


job_time_spacing()
job_time_spacing(1)


tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.