<- function(n = 50){
get_shared_birthdays
<- tibble(person = 1:n,
bday_data bday = sample(1:365,
size = n,
replace = TRUE)
) }