Learn R Programming

idiogramFISH (version 2.0.13)

make.uniqueIF: FUNCTION make.uniqueIF

Description

make.uniqueIF: produces unique strings from duplicated

Usage

make.uniqueIF(string, sep = "_", letter = FALSE)

Value

character vector

Arguments

string

name of char. vector

sep

separator

letter

boolean, use numbers when FALSE

Examples

Run this code
make.uniqueIF(c(1, 1, 2, 2))

Run the code above in your browser using DataLab