-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME.Rmd
More file actions
32 lines (24 loc) · 754 Bytes
/
Copy pathREADME.Rmd
File metadata and controls
32 lines (24 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tradestatisticsshiny
<!-- badges: start -->
<!-- badges: end -->
The goal of tradestatisticsshiny is to visualize international trade flows
for different countries. This is a part of [https://tradestatistics.io](tradestatistics.io).
## Installation
You can install the development version of tradestatisticsshiny from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("tradestatistics/visualization-with-shiny",
subdir = "countryprofiles")
```