xSub_census_multiple_raw {xSub} | R Documentation |
Census of multiple-source event-level 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_raw
Format
A list with 4 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
,units
.- all_countries
Vector of all country ISO3 codes. Used by
get_xSub_multi
.