tick: Create a unique name

Description Usage Arguments Details Value Author(s) Examples

View source: R/Database.R

Description

tick creates a unique name out of x

Usage

1
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

1
2
a <- "S"
tick(a)

gmDatabase documentation built on May 2, 2019, 9:31 a.m.

Related to tick in gmDatabase...