Learn R Programming

NMproject (version 0.6.9)

job_time_spacing: 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)

Value

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

Arguments

seconds

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

Examples

Run this code

job_time_spacing()
job_time_spacing(1)

Run the code above in your browser using DataLab