VehicleOwn | R Documentation |
The function is used to retrieve the number of registrations for each vehicle type by town.
VehicleOwn(ym, out=F)
ym |
The time (year-month) of the data. The format of time should be |
out |
If the result should be exported to the local, please fill in the directory. The default value is FALSE, which does not export the data. |
Columns definition of the results are summarized below.
VehicleType | Types of vehicle. | |
VehicleCount | Numbers of vehicle for each type. | |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
# Retrieve the vehicle registrations for a specific month
VehicleOwn(ym="2024-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.