R/fiz.R

Defines functions fiz

Documented in fiz

#' fiz
#' @export
#' @param b a value
#' @param ... curl options
#' @examples
#' fiz()
fiz <- function(b=NULL, ...) fiz_GET(b, ...)
sckott/fizball documentation built on Feb. 6, 2021, 12:30 a.m.