Horizontal Y Axis GGplot2

I always forget how to make the y-axis horizontal in ggplot2. Here’s a note.

theme(axis.title.y = element_text(angle = 0)) 

Bo\(^2\)m =)