tick {gmDatabase} | R Documentation |
tick
creates a unique name out of x
tick(s="T")
s |
The first part of the later name. |
tick
concatenates a consecutive number to s
.
a string
K. Gerald van den Boogaart, S. Matos Camacho
a <- "S"
tick(a)