# \donttest{
# Data example
genel_election_data <- data.frame(
Parti = c("AKP", "CHP", "MHP", "IYI", "HDP"),
Sandalye = c(290, 150, 50, 40, 60),
stringsAsFactors = FALSE
)
show_parliament(genel_election_data)
# }
Run the code above in your browser using DataLab