Description Usage Arguments Value Author(s)
View source: R/importing_functions.R
Function to import vehicle detail data from a vehicle emissions database.
1 2 | import_vehicle_details(con, registration = NA, spread = TRUE,
parse_dates = TRUE, verbose = FALSE)
|
con |
Database connection to a vehicle emissions database. |
registration |
A vector of registrations to return. If not used, all registrations will be selected. |
spread |
Should the table be reshaped and made wider? |
parse_dates |
Should date variables be parsed? |
verbose |
Should the function give messages? |
Tibble.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.