rpanama (version 0.1.0)

offshore_datasets: Datasets from the ICIJ Offshore Leaks Database

Description

This contains five datasets provided as CSV files by the ICIJ Offshore Leaks Database, as tbl_df objects (a form of data frame) that can easily be explored in R.

Usage

Entities
Officers
Intermediaries
Addresses
all_edges

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 319150 rows and 21 columns.

Source

The International Consortium of Investigative Journalists. See here for more: https://offshoreleaks.icij.org/pages/database

Details

This contains data about four types of nodes: Entities, Officers, Intermediaries, and Addresses. For definitions of each of these, see the ICIJ page here: https://offshoreleaks.icij.org/pages/about#terms_definition. It also contains an all_edges dataset that links them together.

Examples

Run this code

library(dplyr)
Entities %>%
  count(countries, sort = TRUE)

Intermediaries %>%
  count(countries, sort = TRUE)

Run the code above in your browser using DataLab