https://github.com/ajdavidl/shiny-time-series
Shiny app para visualizar séries temporais
https://github.com/ajdavidl/shiny-time-series
r shiny
Last synced: 2 months ago
JSON representation
Shiny app para visualizar séries temporais
- Host: GitHub
- URL: https://github.com/ajdavidl/shiny-time-series
- Owner: ajdavidl
- License: gpl-3.0
- Created: 2022-06-28T18:55:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T00:11:16.000Z (about 1 year ago)
- Last Synced: 2025-01-21T05:09:03.630Z (4 months ago)
- Topics: r, shiny
- Language: R
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shiny time series
[English version](README_English.md)
Shiny app para visualizar séries temporais.
![]()
![]()
O app utiliza a API do [Ipeadata](http://ipeadata.gov.br/) e do Sistema Gerenciador de Séries Temporais do Banco Central do Brasil ([SGS](https://www3.bcb.gov.br/sgspub/localizarseries/localizarSeries.do?method=prepararTelaLocalizarSeries)) para obter os dados e apresentar na tela.
## Utilização
Clone o repositório e execute o app com o seguinte comando no terminal.
```shell
git clone https://github.com/ajdavidl/shiny-time-series.git
cd shiny-time-series
R -e "shiny::runApp('.', port = 3838)"
```Alternativamente, é possível usar o docker:
```shell
git clone https://github.com/ajdavidl/shiny-time-series.git
cd shiny-time-series
docker build -t shiny_time_series
docker run --rm -p 3838:3838 shiny_time_series
```
Em seguida, abra um navegador e acesse o link [http://localhost:3838](http://localhost:3838)## Imagens
### IBGE
### SGS
![]()