Rdocumentation
powered by
Learn R Programming
gmDatabase (version 0.5.0)
tick: 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.
Value
Details
tick
concatenates a consecutive number to
s
.
Examples
Run this code
a <-
"S"
tick(a)
Run the code above in your browser using
DataLab