Description Usage Arguments Value Examples
View source: R/gtoxLoadVehicle.R
gtoxLoadVehicle
queries the gtox database and returns the vehicle
information for the given field and values.
1 | gtoxLoadVehicle(field = NULL, val = NULL)
|
field |
Character of length 1, the field to query on |
val |
Vector of values to subset on |
A data.table with the list of vehicles and vehicles ids.
1 2 3 4 5 6 7 8 9 10 | ## Store the current config settings, so they can be reloaded at the end
## of the examples
conf_store <- gtoxConfList()
gtoxConfDefault()
## Prepare for analysis before QC + process data
gtoxLoadVehicle()
## Reset configuration
options(conf_store)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.