Skip to content

Commit

Permalink
fix dhis2r.rd warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
amanyiraho committed Oct 28, 2024
1 parent f57b655 commit ae3b922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
9 changes: 1 addition & 8 deletions R/connect.R
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Dhis2r <- R6::R6Class(
#'
#' @return A data frame of the analytics resource
#'
#' @param endpoint_url string part of Analytic(s) from a DHIS2 instance api endpoint starting from `analytics.json?dimension=dx%3...`
#' @param endpoint_url string part of Analytic(s) from a DHIS2 instance api endpoint starting from 'analytics.json?dimension='
#'
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -323,15 +323,8 @@ Dhis2r <- R6::R6Class(
as.data.frame(response_data$rows) |>
tibble::as_tibble()
}



}



)

)


2 changes: 1 addition & 1 deletion man/Dhis2r.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vignettes/dhis2r.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ periodTypes
dhis2_play_connection$get_metadata(endpoint = "periodTypes", fields = ":all")
```

indicators
### indicators

```{r}
dhis2_play_connection$get_metadata(endpoint = "indicators")
Expand All @@ -138,4 +138,3 @@ dhis2_play_connection$get_metadata(endpoint = "indicators")
```

*Thank you*

0 comments on commit ae3b922

Please sign in to comment.