Learn R Programming

dogesr (version 0.5.2)

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

Description

Load doge.families into the environment

Usage

data("families")

Arguments

Value

A table with two columns:

  • Family.doge Name of the family

  • n Number of times this family "made" doge

Examples

Run this code
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 )

Run the code above in your browser using DataLab