Skip to contents

This dataset, coffee_production, is a data frame containing world coffee production data. It includes information on country name, coffee production in 2016, and coffee production in 2017.

Usage

data(coffee_production)

Format

A data frame with 47 observations and 3 variables:

name_long

Character vector indicating the country name

coffee_production_2016

Integer vector indicating the coffee production in 2016

coffee_production_2017

Integer vector indicating the coffee production in 2017

Source

Data taken from the spData package version 2.3.5

Details

The dataset name has been kept as 'coffee_production' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the agridatasets package and assists users in identifying its specific characteristics.