Skip to content

Commit

Permalink
fix a couple typos
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Dec 2, 2018
1 parent bb92943 commit 5621fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/download-enso.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @export
#' @title Download Southern Oscillation Index and Oceanic Nino Index data
#'
#' @param climate_idx Choose which ENSO related climate index to output. Current arguments supported are soi (the Southern Oscillation Index), oni (the Oceanic Nino Index), npgo (the North Pacific Gyre Oscillation) and all. all outputs each supported index variable as a slimmer dataset than each individual cliamte index call.
#' @param climate_idx Choose which ENSO related climate index to output. Current arguments supported are soi (the Southern Oscillation Index), oni (the Oceanic Nino Index), npgo (the North Pacific Gyre Oscillation) and all. all outputs each supported index variable as a slimmer dataset than each individual climate index call.
#'
#' @param create_csv Logical option to create a local copy of the data. Defaults to FALSE.
#'
Expand All @@ -18,7 +18,7 @@
#' \item Date: Date object that uses the first of the month as a placeholder. Date formatted as date on the first of the month because R only supports one partial of date time
#' \item Month: Month of record
#' \item Year: Year of record
#' \item ONI: Oneanic Oscillation Index
#' \item ONI: Oceanic Oscillation Index
#' \item phase: ENSO phase
#' \item SOI: Southern Oscillation Index
#' \item NPGO: North Pacific Gyre Oscillation
Expand Down

0 comments on commit 5621fcf

Please sign in to comment.