An open API service indexing awesome lists of open source software.

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

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/)