Skip to content

Commit 4213dcf

Browse files
committed
example to one line
1 parent 3080994 commit 4213dcf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

R/metar_get_historical.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
#' metar_get_historical("EPWA", start_date = "2017-11-20", end_date = "2017-11-25")
2929
#' metar_get_historical("MAD", start_date = "2015-06-01", end_date = "2015-06-02",
3030
#' from = "iastate")
31-
#' metar_get_historical("CYUL", start_date = "2016-07-01", end_date = "2016-07-05",
32-
#' from = "ogimet")
31+
#' metar_get_historical("CYUL", start_date = "2016-07-01", end_date = "2016-07-05", from = "ogimet")
3332
#' }
3433
#'
3534
metar_get_historical <- function(airport = "EPWA",

0 commit comments

Comments
 (0)