view_chart {owidR} | R Documentation |
View an OWID chart in your browser
Description
A function that opens the original OWID chart in your browser.
Usage
view_chart(x)
Arguments
x |
Either a dataset returned by owid(), or a chart_id. |
Value
Opens the chart in your browser.
Examples
firearm_suicide <- owid("suicide-rate-by-firearm")
view_chart(firearm_suicide)
[Package owidR version 1.4.2 Index]