diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 4b434ec..3f405b2 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -6,7 +6,7 @@ labels: 'type: bug' assignees: '' --- -## Describition +## Description A clear and concise description of what the bug is. ## Reproducible example diff --git a/README.Rmd b/README.Rmd index 8ff3393..e4e86d2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -55,7 +55,7 @@ glimpse(df) ### Access data dictionary ```{r} -get_dictionary() +get_aux("dictionary") ``` diff --git a/README.md b/README.md index f891abc..707e1e0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ library(pipr) df <- get_stats(country = "ALB") glimpse(df) -#> Rows: 14 +#> Rows: 15 #> Columns: 40 #> $ region_name "Europe & Central Asia", "Europe & Central Asia",~ #> $ region_code "ECA", "ECA", "ECA", "ECA", "ECA", "ECA", "ECA", ~ @@ -91,7 +91,8 @@ glimpse(df) ### Access data dictionary ``` r -get_dictionary() +get_aux("dictionary") + #> # A tibble: 41 x 2 #> variable definition #>