runningId: print the running ID in the console

View source: R/tools.R

runningIdR Documentation

print the running ID in the console

Description

print the running ID in the console

Usage

runningId(i, step = 1, N, prefix = "")

Arguments

i

the running Id.

step

how long of print step.

N

The number of total iteration

prefix

prefix string

Examples

for (i in 1:10) {
  runningId(i, prefix = "phenofit")
}

kongdd/Ipaper documentation built on March 27, 2024, 5:34 a.m.