doge.families | R Documentation |
Load doge.families
into the environment
data("families")
A table with two columns:
Family.doge
Name of the family
n
Number of times this family "made" doge
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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.