Skip to contents

add # prefix to id

Usage

addIdNum(x)

Arguments

x

(character) with # or not.

Value

a character with # prefix.

Examples

addIdNum(c("bam", "#fastq"))
#>      bam   #fastq 
#>   "#bam" "#fastq"