character. Return details for all the countries in the
particular region. For a list of the countries in each region, use
wbp_region_list().
country
character. If details of a specific country are
required, the country can be specified by name. A non-NULL value for
this parameter will void the region argument. For a list of country
names, use wpb_list().
Value
Data Frame with 10 variables:
country character.
prison_population_rate integer, per 100,000 of the national
population.
prison_population_total integer.
female_prisoners numeric, (percentage of total prison pop.).
pre_trial_detainees numeric, (percentage of total prison pop.).
foreign_prisoners numeric, (percentage of total prison pop.).
occupancy_level numeric, (percentage based on official capacity).
# NOT RUN {# Get details for Spain:espana <- wpb_table(country = "Spain")
# Get details for Central America:CA <- wpb_table(region = "Central America")
# }