xSub (version 0.0.1)

info_xSub: Information on available xSub files

Description

This function reports the availability of files on the www.x-sub.org server, and corresponding country codes and units of analysis. For additional info, see www.x-sub.org/about/what-is-xsub.

Usage

info_xSub(details = FALSE, data_source = NULL, country_iso3 = NULL,
  country_name = NULL)

Arguments

details

Logical. If details=TRUE, function returns information on available units of analysis for each country.

data_source

Subset results by data sources. Character string or vector.

country_iso3

Subset results by country codes (ISO3). Character string or vector.

country_name

Subset results by country name. Character string or vector.

See Also

get_xSub, get_xSub_multi

Examples

Run this code
# NOT RUN {
# General info on data sources and countries
info_xSub()

# Available files for Pakistan
info_xSub(country_name = "Pakistan")

# Detailed info for Pakistan
info_xSub(details=TRUE,country_name = "Pakistan")

# Available files for SCAD data source
info_xSub(data_source = "SCAD")
# }

Run the code above in your browser using DataLab