data

The Banana Index Revisited

The banana index measures greenhouse-gas emissions of foods relative to the banana. But it overlooks other crucial environmental factors like land use, prompting a reevaluation of its findings to include this essential dimension.

Importing Flat Files Into R

There are many tutorials for importing data into R focusing on a specific function/package. This one focuses on 3 different packages. You will learn how to import all common formats of flat file data with base R functions and the dedicated readr and data.