Returns the Ids in right blank filled and upper case animal Ids.

blank_fill_ids(ids, upper = TRUE)

Arguments

ids

character vector of animal Ids that may need to be transformed into the proper Id format.

upper

logical indicator of whether ids are to be forced to upper case

Examples

new_ids <- blank_fill_ids(c("12345", "1X1234", "1234","2 3456"))