offshore_datasets: Datasets from the ICIJ Offshore Leaks Database

Description Usage Format Details Source Examples

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

1
2
3
4
5
6
7
8
9

Format

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

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.

Source

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

Examples

1
2
3
4
5
6
library(dplyr)
Entities %>%
  count(countries, sort = TRUE)

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

dgrtwo/rpanama documentation built on May 15, 2019, 7:28 a.m.