We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3080994 commit 4213dcfCopy full SHA for 4213dcf
1 file changed
R/metar_get_historical.R
@@ -28,8 +28,7 @@
28
#' metar_get_historical("EPWA", start_date = "2017-11-20", end_date = "2017-11-25")
29
#' metar_get_historical("MAD", start_date = "2015-06-01", end_date = "2015-06-02",
30
#' from = "iastate")
31
-#' metar_get_historical("CYUL", start_date = "2016-07-01", end_date = "2016-07-05",
32
-#' from = "ogimet")
+#' metar_get_historical("CYUL", start_date = "2016-07-01", end_date = "2016-07-05", from = "ogimet")
33
#' }
34
#'
35
metar_get_historical <- function(airport = "EPWA",
0 commit comments