Skip to content

Commit

Permalink
Change order of param documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Feb 2, 2024
1 parent 91620a8 commit cdae205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/ebirdchecklist.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#' View Checklist
#'
#' @param subId The checklist identifier
#' @param sleep Time (in seconds) before function sends API call (defaults to
#' zero. Set to higher number if you are using this function in a loop with
#' many API calls).
#' @param key eBird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @param sleep Time (in seconds) before function sends API call (defaults to
#' zero. Set to higher number if you are using this function in a loop with
#' many API calls).
#'
#' @return A data.frame containing:
#' @export
Expand Down

0 comments on commit cdae205

Please sign in to comment.