vin_diesel: Return VIN information from the NHTSA database

Description Usage Arguments Examples

Description

vin_diesel breaks into NHTSA's database to quickly and most furiously return VIN information. More information on the NHTSA API is available at https://vpic.nhtsa.dot.gov/api/#

Usage

1
vin_diesel(vin, sec = 5, tidyup = TRUE)

Arguments

vin

vin number in quotes

sec

denotes Sys.sleep() between requests if there are multiple, Defaults to 5 seconds

tidyup

simplifies json response into a dataframe, Defaults to TRUE

Examples

1
vin_diesel("1G2HX54K724118697", sec = 1, tidyup = T)

datafaust/caRshop documentation built on May 14, 2019, 7:44 p.m.