add # prefix to id

addIdNum(x)

Arguments

x

(character) with # or not.

Value

a character with # prefix.

Examples

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