Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolewhite/dfw_demo
https://github.com/nicolewhite/dfw_demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolewhite/dfw_demo
- Owner: nicolewhite
- License: mit
- Created: 2014-10-15T22:01:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T00:43:55.000Z (about 10 years ago)
- Last Synced: 2024-10-23T08:55:32.832Z (3 months ago)
- Language: R
- Size: 154 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dfw_demo
=========Run `create.R` to create the dataset and simulate the user data. Neo4j should be up and running at localhost:7474. Then, in an R console:
```r
setwd("/path/to/dfw-app")
library(shiny)
runApp()
```