https://github.com/dyzio18/survey-shiny-app
Shiny R Application to survey analysis
https://github.com/dyzio18/survey-shiny-app
r shiny shiny-apps shiny-r survey-analysis
Last synced: 2 months ago
JSON representation
Shiny R Application to survey analysis
- Host: GitHub
- URL: https://github.com/dyzio18/survey-shiny-app
- Owner: Dyzio18
- Created: 2018-11-08T17:17:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T20:00:23.000Z (almost 5 years ago)
- Last Synced: 2024-12-26T23:26:35.055Z (4 months ago)
- Topics: r, shiny, shiny-apps, shiny-r, survey-analysis
- Language: R
- Homepage: https://dyzio18.shinyapps.io/survey-app/
- Size: 697 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shine App
Praca inżynierska: Aplikacja do
analizy danych ankietowych w języku R:## Live
[#Live](https://dyzio18.shinyapps.io/survey-app/)
## Code
[#github.com/Dyzio18](https://github.com/Dyzio18/survey-shiny-app)
## Table of contents
- [Technologies](#technologies)
- [Credits](#credits)## Technologies
- R
- RStudio
- Shiny## Use packages
# How run app?
First install R and needed packages also you can install RStudio. Run R console and write command `shiny::runApp()` or click run in RStudio. App start running on some port (info in console). Open browser and go to app ip adress.
## Credits
- [Shiny tutorial on official website](https://shiny.rstudio.com/tutorial/)