doge.families: Load the list of families that became doges, and their...

doge.familiesR Documentation

Load the list of families that became doges, and their numbers

Description

Load doge.families into the environment

Usage

data("families")

Value

A table with two columns:

  • Family.doge Name of the family

  • n Number of times this family "made" doge

Examples

library(dogesr)
data("doge.families")

# How many times did the Dandolos became doge?
doge.families[ doge.families$Family.doge == "Dandolo",]$n

# How many families were doges?
length(doge.families$Family.doge )


dogesr documentation built on June 25, 2025, 5:11 p.m.