Add a counter number, 1, 1+1=2, 2+1=3.

auto_counter(counter0)

Arguments

counter0

The value it was to be added 1 to

Value

The number entered + 1, in the "0..X" format. All values will take on the number of 0s of the longest charcter value.

Examples

auto_counter(1)
#> [1] "2"