Skip to content

Commit

Permalink
naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements committed Nov 30, 2023
1 parent 1e75b4e commit dcbb4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/total_temperature_summaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @examples
#' # Generate annual temperature summaries for station 16 in Zambia
#' #total_temperature_summaries(country = "zm", station_id = "16", to = "annual")
total_temperature_summaries1 <- function(country,
total_temperature_summaries <- function(country,
station_id,
summaries = c("mean_tmin", "mean_tmax"),
to = c("annual", "monthly")) {
Expand Down

0 comments on commit dcbb4e7

Please sign in to comment.