tick {gmDatabase} | R Documentation |
Create a unique name
Description
tick
creates a unique name out of x
Usage
tick(s="T")
Arguments
s |
The first part of the later name. |
Details
tick
concatenates a consecutive number to s
.
Value
a string
Author(s)
K. Gerald van den Boogaart, S. Matos Camacho
Examples
a <- "S"
tick(a)
[Package gmDatabase version 0.5.0 Index]