xSub_census_multiple_spatial {xSub} | R Documentation |
Census of multiple-source panel datasets in xSub (updated June 15, 2020)
Description
A list of data sources, countries and levels of analysis available for download. Used by info_xSub()
Usage
xSub_census_multiple_spatial
Format
A list with 6 elements:
- level0_bysource
Countries organized by
data_source
. List object, where each sub-entry is also a list, containing entries fordata_source
,geo_window
,time_window
,dyad_type
,country_iso3
,country_name
.- level0_bycountry
Data sources organized by country. List of data.frames, where each row is a country, with columns for
country_iso3
,country_name
,geo_window
,time_window
,dyad_type
,data_sources
.- level1
Detailed information on data sources, countries and spatial levels of analysis. data.frame, where each row is a source-country combination, with columns for
data_source
,geo_window
,time_window
,dyad_type
,country_iso3
,country_name
,space_units
,time_units
.- level2
Detailed information on data sources, countries, spatial and temporal levels of analysis. data.frame, where each row is a source-country-spatial unit combination, with columns for
data_source
,geo_window
,time_window
,dyad_type
,country_iso3
,country_name
,space_unit
,time_units
.- level3
File census. data.frame, where each row is a single file, with columns for
file_name
,data_source
,geo_window
,time_window
,dyad_type
,country_iso3
,country_name
,space_unit
,time_unit
.- all_countries
Vector of all country ISO3 codes. Used by
get_xSub_multi
.