Skip to contents

Helper function to create individual viz specs that can be combined into a list or used directly in add_page().

Usage

spec_viz(type, ..., tabgroup = NULL, title = NULL)

Arguments

type

Visualization type

...

Additional parameters

tabgroup

Optional group ID

title

Display title

Value

A list containing the visualization specification

A list containing the visualization specification

Examples