I’m trying to make a histogram where country names are extracted from the file and displayed on the Y- axis and it’s death numbers are extracted from the same file and displayed on the X-axis so far I’ve only made it to extracting the information from the files but I have not succesfully gotten them both to be displayed on a histogram like that. I need help please, thank you
so far my code after reading the csv looks like this
Country <- Country_Wise_Deaths$"Country"
Death <- Country_Wise_Deaths$"Death"
I’ve read through other websites but they only have Integers on both of the axis not words one one and integers on the other.
IVY E is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1