Skip to content

Commit

Permalink
typo (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
kguidonimartins authored Sep 8, 2024
1 parent 1d809e6 commit 09f2521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/get_power.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
#' a single point or regional request. See section on \dQuote{Rate Limiting}
#' for more.
#'
#' @param community A case-intensive character vector providing community name:
#' @param community A case-insensitive character vector providing community name:
#' \dQuote{AG}, \dQuote{RE} or \dQuote{SB}. See argument details for more.
#' @param pars case-intensive character vector of solar, meteorological or
#' @param pars case-insensitive character vector of solar, meteorological or
#' climatology parameters to download. When requesting a single point of x, y
#' coordinates, a maximum of twenty (20) `pars` can be specified at one time,
#' for \dQuote{daily}, \dQuote{monthly} and \dQuote{climatology}
#' `temporal_api`s. If the `temporal_api` is specified as \dQuote{hourly}
#' only 15 `pars` can be specified in a single query. See `temporal_api` for
#' more. These values are checked internally for validity before sending the
#' query to the \acronym{POWER} \acronym{API}.
#' @param temporal_api A case-intensive character vector providing the temporal
#' @param temporal_api A case-insensitive character vector providing the temporal
#' \acronym{API} end-point for data being queried, supported values are
#' \dQuote{hourly}, \dQuote{daily}, \dQuote{monthly} or \dQuote{climatology}.
#' Defaults to \dQuote{daily}. See argument details for more.
Expand Down

0 comments on commit 09f2521

Please sign in to comment.