Create full tag ID or tag ID with specific length
Examples
tag <- c(3040, 3085, 3086)
atl_full_tag_id(tag)
#> [1] "31001003040" "31001003085" "31001003086"
atl_full_tag_id(tag, short = TRUE)
#> [1] "3040" "3085" "3086"
Create full tag ID or tag ID with specific length
tag <- c(3040, 3085, 3086)
atl_full_tag_id(tag)
#> [1] "31001003040" "31001003085" "31001003086"
atl_full_tag_id(tag, short = TRUE)
#> [1] "3040" "3085" "3086"