File: README.md

package info (click to toggle)
r-cran-ggvis 0.4.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,716 kB
  • sloc: sh: 25; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
This directory contains example Shiny apps. If you are in the top-level ggvis directory, these can be run with:

```
shiny::runApp('demo/apps/basic')
```

If you've installed `ggvis`, you can run the demo with 

```
shiny::runApp(system.file("demo/apps/basic", package = "ggvis"))
```