dev/dev_ancestry.R

# Ancestry ----

# An ancestry graph is a graph which only contains directed edges between CEOs and the chairmen who elected them.

library(eliter)
library(readr)

den.db      <- read_delim(file = "~/Dropbox/GNA/Til DST/den_cvr.csv", delim = ",")
antongrau/eliter documentation built on March 2, 2024, 8:05 p.m.