Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #92

Merged
merged 1 commit into from
Sep 8, 2024
Merged

typo #92

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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