-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
38 lines (29 loc) · 1.12 KB
/
README.Rmd
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
33
34
35
36
37
38
---
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%"
)
```
# gso
<!-- badges: start -->
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/epix-project/gso?branch=master&svg=true)](https://ci.appveyor.com/project/epix-project/gso)
[![Travis build status](https://travis-ci.org/epix-project/gso.svg?branch=master)](https://travis-ci.org/epix-project/gso)
[![Codecov test coverage](https://codecov.io/gh/epix-project/gso/branch/master/graph/badge.svg)](https://codecov.io/gh/epix-project/gso?branch=master)
<!-- badges: end -->
The goal of gso is to provide data from the [General Statistics Office of Vietnam](https://www.gso.gov.vn).
## Installation
You can install `gso` from [GitHub](https://github.com/epix-project/gso) with:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("epix-project/gso", build_vignettes = TRUE)
```
Once installed, you can load the package:
```{r}
library(gso)
```