view_chart {owidR} | R Documentation |
A function that opens the original OWID chart in your browser.
view_chart(x)
x |
Either a dataset returned by owid(), or a chart_id. |
Opens the chart in your browser.
firearm_suicide <- owid("suicide-rate-by-firearm")
view_chart(firearm_suicide)