import_vehicle_emissions: Function to import emissions data from a vehicle emissions...

Description Usage Arguments Value Author(s)

View source: R/importing_functions.R

Description

Function to import emissions data from a vehicle emissions database.

Usage

1
2
import_vehicle_emissions(con, registration = NA, data_source = NA,
  valid_only = FALSE, 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.

data_source

A vector of

valid_only

Should only valid data be returned?

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.