import_vehicle_details: Function to import vehicle detail data from a vehicle...

Description Usage Arguments Value Author(s)

View source: R/importing_functions.R

Description

Function to import vehicle detail data from a vehicle emissions database.

Usage

1
2
import_vehicle_details(con, registration = NA, spread = TRUE,
  parse_dates = TRUE, verbose = FALSE)

Arguments

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?

Value

Tibble.

Author(s)

Stuart K. Grange


skgrange/emitr documentation built on Oct. 2, 2019, 3:45 p.m.