Package: vindecodr 0.1.1
vindecodr: Provides an Interface to the Department of Transportation VIN Decoder
Provides a programmatic interface in R for the US Department of Transportation (DOT) National Highway Transportation Safety Administration (NHTSA) vehicle identification number (VIN) API, located at <https://vpic.nhtsa.dot.gov/api/>. The API can decode up to 50 vehicle identification numbers in one call, and provides manufacturer information about the vehicles, including make, model, model year, and gross vehicle weight rating (GVWR).
Authors:
vindecodr_0.1.1.tar.gz
vindecodr_0.1.1.zip(r-4.5)vindecodr_0.1.1.zip(r-4.4)vindecodr_0.1.1.zip(r-4.3)
vindecodr_0.1.1.tgz(r-4.4-any)vindecodr_0.1.1.tgz(r-4.3-any)
vindecodr_0.1.1.tar.gz(r-4.5-noble)vindecodr_0.1.1.tar.gz(r-4.4-noble)
vindecodr_0.1.1.tgz(r-4.4-emscripten)vindecodr_0.1.1.tgz(r-4.3-emscripten)
vindecodr.pdf |vindecodr.html✨
vindecodr/json (API)
NEWS
# Install 'vindecodr' in R: |
install.packages('vindecodr', repos = c('https://burch-cm.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/burch-cm/vindecodr/issues
Last updated 4 years agofrom:68b4debc47. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win | OK | Nov 17 2024 |
R-4.5-linux | OK | Nov 17 2024 |
R-4.4-win | OK | Nov 17 2024 |
R-4.4-mac | OK | Nov 17 2024 |
R-4.3-win | OK | Nov 17 2024 |
R-4.3-mac | OK | Nov 17 2024 |
Exports:build_nhtsa_urlbuild_vin_batch_urlbuild_vin_urlcheck_vindecode_vinvalid_check_digitvalid_vin_format
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Build a NHTSA URL | build_nhtsa_url build_vin_batch_url build_vin_url |
Verify VIN Validity | check_vin |
Verify VIN Validity Without Purrr | check_vin_no_purrr |
Verify VIN Validity Using Purrr | check_vin_purrr |
Use the NHTSA API to Decode VINs | decode_vin |
Replace a Letter in a Character Vector | swap_letter |
Replace Multiple Letters in a Character Vector | swap_map |
Check for Valid VIN Check Digit | valid_check_digit |
Check VIN Length and Characters | valid_vin_format |