Description Usage Arguments See Also
View source: R/get_solt_functions.R
Gets pre and post tax Ginis from the standardized world income inequality database provided by Solt. Since names of data files change whenever the data is updated one must download the raw data manualle. The '.rda' file from the zip should be used as an input to this functino.
1 2 3 4 5 6 7 | setup_swiid(
download_data,
file_name,
countries_considered,
first_year,
last_year
)
|
download_data |
If TRUE, data will be downloaded from the internet |
file_name |
The name of the '.rda' file containing the data. |
countries_considered |
Vector of iso3c codes of the countries for which data should be assembled. |
first_year |
First year for which data is to be collected (numeric). |
last_year |
Last year for which data is to be collected (numeric). |
Other download_helpers:
get_oecd_data()
,
get_worldbank()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.