show_result_for_turkey {turkeyelections} | R Documentation |
A function that visualizes election results across Turkey, with the option to display the results either as percentages or as absolute numbers.
show_result_for_turkey(x, percentage = FALSE)
x |
the name of the data frame to be visualized. It is supposeed to be the one including name turkey in the file name. |
percentage |
It is a boolean argument which allows you to print the plot with the percentage or not |
A visual that shows the percentages for each parties for the given election result
show_result_for_turkey()