save_spec {ggvis} | R Documentation |
Tools to save and view static specs.
Description
These functions are mainly useful for testing.
Usage
save_spec(x, path, ...)
view_spec(path, ...)
Arguments
x |
a ggvis object |
path |
location to save spec to, or load spec from |
... |
other arguments passed to |
[Package ggvis version 0.4.9 Index]