xSub (version 0.0.1)

xSub_census: Census of datasets in xSub (updated October 5, 2017)

Description

A list of data sources, countries and levels of analysis available for download. Used by info_xSub()

Usage

xSub_census

Arguments

Format

A list with 5 elements:

level0_bysource

Countries organized by data_source. List object, where each sub-entry is also a list, containing entries for data_source,country_iso3,country_name.

level0_bycountry

Data sources organized by country. data.frame, where each row is a country, with columns for country_iso3,country_name,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,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,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,country_iso3,country_name,space_unit,time_unit.

all_countries

Vector of all country ISO3 codes. Used by get_xSub_multi.