lcntr: lcntr

View source: R/lcntr.R

lcntrR Documentation

lcntr

Description

Prints a progres indicator for if-then loops

Usage

lcntr(x, counter = i)

Arguments

x

is the vector that is being looped through

counter

is the sequence variable used in the counter

Value

a character value

Examples

foo <- 1:100000
if (i in 1:length(foo)){
		lcntr(foo,counter=i)
}


familyforestresearchcenter/nwos documentation built on April 12, 2025, 11:54 a.m.