https://github.com/bcgov/CANSIM-retail-trade-shiny
R code for visualization app for retail trade data from Statistics Canada
https://github.com/bcgov/CANSIM-retail-trade-shiny
bcstats citz dataviz rstats shiny statcan
Last synced: 5 months ago
JSON representation
R code for visualization app for retail trade data from Statistics Canada
- Host: GitHub
- URL: https://github.com/bcgov/CANSIM-retail-trade-shiny
- Owner: bcgov
- License: apache-2.0
- Created: 2019-11-05T22:11:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T18:46:17.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:14:03.055Z (8 months ago)
- Topics: bcstats, citz, dataviz, rstats, shiny, statcan
- Language: R
- Homepage: https://bcstats.shinyapps.io/RetailSalesApp/
- Size: 2.4 MB
- Stars: 5
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - bcgov/CANSIM-retail-trade-shiny - R code for visualization app for retail trade data from Statistics Canada (R)
README
---
output:
md_document:
variant: markdown_github
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```# CANSIM-retail-trade-shiny
### Usage
1. To update data in the app, manually run app/scripts/get_data_for_app.R
2. Publish to shinyapps.io, making sure to de-select get_data_for_app.R as it is not used in running the app#### Example
This is a basic example which shows you how to solve a common problem:
```{r example}
## basic example code
```### Project Status
### Getting Help or Reporting an Issue
To report bugs/issues/feature requests, please file an [issue](https://github.com/bcgov/CANSIM-retail-trade-shiny/issues/).
### How to Contribute
If you would like to contribute, please see our [CONTRIBUTING](CONTRIBUTING.md) guidelines.
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
### License
```
Copyright 2019 Province of British ColumbiaLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
```---
*This project was created using the [bcgovr](https://github.com/bcgov/bcgovr) package.*