data.doges {dogesr}R Documentation

Load data into the environment

Description

Load data.doges into the environment

Usage

data("doges")

Value

A dataframe with a row for every doge and doge marriage, and the columns

Examples

library(dogesr)
data("doges")
# A summary of the duration of the doges ruling
summary(data.doges$Years)

# The families that actually "made doge"
unique(data.doges$Family.doge)

# Families that had either doge or dogaresse
unique( c(data.doges$Family.doge,data.doges$Family.dogaressa))

[Package dogesr version 0.5.0 Index]