I have the below data set and want to create a Dual Axis Graph using R (ggplot2)
Header Header Header
Year Revenue % change
2016 13 0%
2017 20 54%
2018 25 25%
Horizontal axis should have "Year". Primary Vertical axis should have "Revenue" in form of "Bars". Secondary Vertical axis should have "% change" in form of "line".