Skip to content

Commit

Permalink
Merge pull request #69 from worldbank/68-update-README
Browse files Browse the repository at this point in the history
update README;fix bug template typo
  • Loading branch information
tonyfujs authored Sep 4, 2023
2 parents 61b3ff6 + 9e562c2 commit d514be2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: 'type: bug'
assignees: ''
---

## Describition
## Description

A clear and concise description of what the bug is.
## Reproducible example
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ glimpse(df)

### Access data dictionary
```{r}
get_dictionary()
get_aux("dictionary")
```


Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ library(pipr)

df <- get_stats(country = "ALB")
glimpse(df)
#> Rows: 14
#> Rows: 15
#> Columns: 40
#> $ region_name <chr> "Europe & Central Asia", "Europe & Central Asia",~
#> $ region_code <chr> "ECA", "ECA", "ECA", "ECA", "ECA", "ECA", "ECA", ~
Expand Down Expand Up @@ -91,7 +91,8 @@ glimpse(df)
### Access data dictionary

``` r
get_dictionary()
get_aux("dictionary")

#> # A tibble: 41 x 2
#> variable definition
#> <chr> <chr>
Expand Down

0 comments on commit d514be2

Please sign in to comment.