Skip to content

Commit

Permalink
update docs for release 22 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
erika-tyagi authored Sep 27, 2024
1 parent 0e7d8d2 commit e384250
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 135 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ accept the following values:
Let's build up some examples, from the following set of endpoints.

```{r example-endpoints, echo = FALSE}
df <- df[df$section == 'schools' & df$topic == 'enrollment', ]
df <- df[df$section %in% 'schools' & df$topic %in% 'enrollment', ]
knitr::kable(df[vars],
col.names = c('Level',
Expand Down
Loading

0 comments on commit e384250

Please sign in to comment.