Skip to content

Commit f28ae6e

Browse files
committed
docs: create_epidata public functions included
1 parent eb0bd5b commit f28ae6e

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

R/epidatacall.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#'
3636
#' @return
3737
#' - For `create_epidata_call`: an `epidata_call` object
38-
#' @keywords internal
38+
#'
3939
create_epidata_call <- function(endpoint, params, meta = NULL,
4040
only_supports_classic = FALSE) {
4141
stopifnot(is.character(endpoint), length(endpoint) == 1)
@@ -128,7 +128,7 @@ fetch <- function(epidata_call, fields = NULL, disable_date_parsing = FALSE) {
128128
}
129129

130130
#' Fetches the data and returns a tibble
131-
#' @rdname epidata_call
131+
#' @rdname fetch_tbl
132132
#'
133133
#' @param epidata_call an instance of `epidata_call`
134134
#' @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)
162162
#' Fetches the data, raises on epidata errors, and returns the results as a
163163
#' JSON-like list
164164
#'
165-
#' @rdname epidata_call
165+
#' @rdname fetch_classic
166166
#'
167167
#' @param epidata_call an instance of `epidata_call`
168168
#' @param fields a list of epidata fields to return, or NULL to return all
@@ -224,7 +224,7 @@ full_url <- function(epidata_call) {
224224
}
225225

226226
#' Returns the full request url for the given epidata_call
227-
#' @rdname epidata_call
227+
#' @rdname request_url
228228
#'
229229
#' @param epidata_call an instance of `epidata_call`
230230
#' @param format_type format to return one of classic,json,csv

man/epidata_call.Rd

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)