unfortunately I have to to address this exceptional community again. I want to create a stacked barplot based on the dataset below but I´m struggling how to transform the dataframe appropriately.
Thank you very much in advance for any advice!
data.frame(
stringsAsFactors = FALSE,
check.names = FALSE, Full time = c(1144,1226,1253,1310,1327,
1144,1226,1253,1310,1327), Part time = c(186, 176, 1253, 176, 155, 186, 176, 1253, 176, 155),
Year = c("2017","2017","2018","2018",
"2019","2019","2020","2020","2021","2021")
)