doge.families {dogesr} | R 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 )
[Package dogesr version 0.5.0 Index]