Income | R Documentation |
The function is used to download the income (by tax) data of each village in Taiwan. The data is downloaded from Open Data Government.
Income(year, out=F)
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. |
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. | |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
Income(2020)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.