Rows: 12654 Columns: 8
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (6): region, category, parameter, mode, powertrain, unit
dbl (2): year, value
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Rows: 12,654
Columns: 8
$ region <chr> "Australia", "Australia", "Australia", "Australia", "Austra…
$ category <chr> "Historical", "Historical", "Historical", "Historical", "Hi…
$ parameter <chr> "EV stock share", "EV sales share", "EV sales", "EV stock",…
$ mode <chr> "Cars", "Cars", "Cars", "Cars", "Cars", "Cars", "Cars", "Ca…
$ powertrain <chr> "EV", "EV", "BEV", "BEV", "BEV", "BEV", "EV", "EV", "PHEV",…
$ year <dbl> 2011, 2011, 2011, 2011, 2012, 2012, 2012, 2012, 2012, 2012,…
$ unit <chr> "percent", "percent", "Vehicles", "Vehicles", "Vehicles", "…
$ value <dbl> 3.9e-04, 6.5e-03, 4.9e+01, 4.9e+01, 2.2e+02, 1.7e+02, 3.0e-…