Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenngocbinh authored Oct 11, 2023
1 parent de2ee04 commit 6196fa6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

```{r}
# install.packages("devtools")
devtools::install_github("nguyenngocbinh/vndirect")
devtools::install_github("nguyenngocbinh/vnstock")
```

## Get data

``` r
library(vndirect)
library(vnstock)
dt <- getData('VCB', 100)
head(dt)
```
Expand Down Expand Up @@ -72,13 +72,13 @@ vndirect
│ └─ getData.Rd
├─ NAMESPACE
├─ R
│ └─ vndirect.R
│ └─ vnstock.R
├─ README.md
├─ tests
│ └─ test-getData.R
├─ vignettes
│ ├─ .gitignore
│ └─ getdata.Rmd
└─ vndirect.Rproj
└─ vnstock.Rproj
```
```

0 comments on commit 6196fa6

Please sign in to comment.