% Generated by roxygen2: do not edit by hand% Please edit documentation in R/robiuniqueid.R\name{robiuniqueid}\alias{robiuniqueid}\title{Build a \code{robiuniqueid} instance}\usage{
}\arguments{\item{x}{an object coercible to a \code{charactere}}\item{make_unique}{if true dupplicated ids are appended with a number tomake them unique.}\item{sep}{The separator used to paste the numbers to the dupplicated ids.}\item{verbose}{if `TRUE` warnings are emitted if the constructor takessome decision because of missing values and estimatesdefault values these missing data.}}\value{a \code{robiuniqueid} instance}\description{a \code{robiuniqueid} is character vector that ensure that each value is unique.It is used for storing sample or MOTU ids in \code{\link[ROBITools2]{robisample}} and \code{\link[ROBITools2]{robimotus}} instance}\examples{robiuniqueid(c("A", "A", "B", "C"))}\author{Eric Coissac <eric.coissac@metabarcoding.org>}