powered by
Examines provided VINs for valid length, characters, and check digit.
check_vin(vin, guess = FALSE)
A character vector of VINs to check. Wildcards (e.g. *) are NOT allowed.
Logical. Should values for illegal characters be guessed?
A logical vector of same length as the input vector.
# NOT RUN { vins <- c("WDBEA30D3HA391172", "3VWLL7AJ9BM053541") check_vin(vins) # }
Run the code above in your browser using DataLab