as.vega: Coerce an ggvis object to a vega list.

Description Usage Arguments Value

View source: R/vega.R

Description

This generic function powers the coercion of ggvis objects to vega compatible data structures.

Usage

1
2
3
4
as.vega(x, ...)

## S3 method for class 'ggvis'
as.vega(x, session = NULL, dynamic = FALSE, ...)

Arguments

x

an object to convert to vega

session

a session object from shiny

dynamic

whether to generate dynamic or static spec

Value

a list. When converted to JSON, will be the type of structure that vega expects.


rpruim/ggvis2 documentation built on May 28, 2019, 2:34 a.m.