Learn R Programming

gmDatabase (version 0.5.1)

tick: Create a unique name

Description

tick creates a unique name out of x

Usage

tick(s="T")

Value

a string

Arguments

s

The first part of the later name.

Author

K. Gerald van den Boogaart, S. Matos Camacho

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