|
35 | 35 | #'
|
36 | 36 | #' @return
|
37 | 37 | #' - For `create_epidata_call`: an `epidata_call` object
|
38 |
| -#' @keywords internal |
| 38 | +#' |
39 | 39 | create_epidata_call <- function(endpoint, params, meta = NULL,
|
40 | 40 | only_supports_classic = FALSE) {
|
41 | 41 | stopifnot(is.character(endpoint), length(endpoint) == 1)
|
@@ -128,7 +128,7 @@ fetch <- function(epidata_call, fields = NULL, disable_date_parsing = FALSE) {
|
128 | 128 | }
|
129 | 129 |
|
130 | 130 | #' Fetches the data and returns a tibble
|
131 |
| -#' @rdname epidata_call |
| 131 | +#' @rdname fetch_tbl |
132 | 132 | #'
|
133 | 133 | #' @param epidata_call an instance of `epidata_call`
|
134 | 134 | #' @param fields a list of epidata fields to return, or NULL to return all
|
@@ -162,7 +162,7 @@ fetch_tbl <- function(epidata_call, fields = NULL, disable_date_parsing = FALSE)
|
162 | 162 | #' Fetches the data, raises on epidata errors, and returns the results as a
|
163 | 163 | #' JSON-like list
|
164 | 164 | #'
|
165 |
| -#' @rdname epidata_call |
| 165 | +#' @rdname fetch_classic |
166 | 166 | #'
|
167 | 167 | #' @param epidata_call an instance of `epidata_call`
|
168 | 168 | #' @param fields a list of epidata fields to return, or NULL to return all
|
@@ -224,7 +224,7 @@ full_url <- function(epidata_call) {
|
224 | 224 | }
|
225 | 225 |
|
226 | 226 | #' Returns the full request url for the given epidata_call
|
227 |
| -#' @rdname epidata_call |
| 227 | +#' @rdname request_url |
228 | 228 | #'
|
229 | 229 | #' @param epidata_call an instance of `epidata_call`
|
230 | 230 | #' @param format_type format to return one of classic,json,csv
|
|
0 commit comments