Skip to contents

Create a drilldown plots from iso5 data

Usage

nuts_drilldown(x, title = "Chart for ${name}", value_label = NULL)

Arguments

x

a data frame. The first column should contain valid iso5 ids and the second column values.

title

a chart title

value_label

a label for the value. Used in the tooltip. If missing, it will be extracted from the column name

Value

a htmlwidget object from the highcharter package

Examples

nuts_drilldown(iso5_pop())