VehicleOwn: Retrieve the number of registrations for each vehicle type

VehicleOwnR Documentation

Retrieve the number of registrations for each vehicle type

Description

The function is used to retrieve the number of registrations for each vehicle type by town.

Usage

VehicleOwn(ym, out=F)

Arguments

ym

The time (year-month) of the data. The format of time should be YYYY-MM. The data is only available for year after 2016.

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.

Value

Columns definition of the results are summarized below.

VehicleType Types of vehicle.
VehicleCount Numbers of vehicle for each type.

Author(s)

Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au

Examples

# Retrieve the vehicle registrations for a specific month
VehicleOwn(ym="2024-01")

ChiaJung-Yeh/NYCU_TDX documentation built on Feb. 19, 2025, 7:31 a.m.