powered by
Format STATS19 vehicles data
format_vehicles(x)
Data frame created with read_vehicles()
read_vehicles()
This function formats raw STATS19 data
# \donttest{ if(curl::has_internet()) { dl_stats19(year = 2022, type = "vehicle", ask = FALSE) x = read_vehicles(year = 2022, format = FALSE) vehicles = format_vehicles(x) } # }
Run the code above in your browser using DataLab