v_specs_player: Set player options

View source: R/specs.R

v_specs_playerR Documentation

Set player options

Description

Set player options

Usage

v_specs_player(vc, ...)

Arguments

vc

An htmlwidget created with vchart().

...

Options for the legend, see examples or online documentation.

Value

A vchart() htmlwidget object.

Examples


library(vchartr)

world_electricity %>% 
  subset(type == "detail") %>% 
  vchart() %>%
  v_bar(
    aes(source, generation, player = year)
  )



vchartr documentation built on April 12, 2025, 1:51 a.m.