Income: Retrieve the income with given year

IncomeR Documentation

Retrieve the income with given year

Description

The function is used to download the income (by tax) data of each village in Taiwan. The data is downloaded from Open Data Government.

Usage

Income(year, out=F)

Arguments

year

Select the year (after 2012).

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.

Houses Number of household for tax.
Amount Amounts of all income.
MEAN Average income (Amount/Houses).
MED Medium of income.
Q1 First quantile of income.
Q3 Thied quantile of income.
SD Standard deviation of income.
CV Coefficient of variation of income.

Author(s)

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

Examples

Income(2020)

ChiaJung-Yeh/NYCU_TDX documentation built on Aug. 28, 2024, 10:43 p.m.