Learn R Programming

idiogramFISH (version 2.0.0)

make.uniqueIF: FUNCTION make.uniqueIF

Description

make.uniqueIF: produces unique strings from duplicated

Usage

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

Arguments

string

name of char. vector

sep

separator

letter

boolean, use numbers when FALSE

Value

character vector

Examples

Run this code
# NOT RUN {
make.uniqueIF(c(1,1,2,2))

# }

Run the code above in your browser using DataLab