Skip to content

Commit

Permalink
add /
Browse files Browse the repository at this point in the history
  • Loading branch information
prcwiek committed Nov 4, 2021
1 parent b4e2fc8 commit a6673b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/metar_location.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' ICAO, International Civil Aviation Organization, airport code. Two source of
#' information about airports are used. First the function search in the list of
#' airports available at
#' [https://ourairports.com/data](https://ourairports.com/data)
#' [https://ourairports.com/data/](https://ourairports.com/data/)
#' created by David Megginson.
#' If an airport cannot be found there, the second list of airports is searched, from
#' [https://www.aviationweather.gov/docs/metar/stations.txt](https://www.aviationweather.gov/docs/metar/stations.txt)
Expand Down Expand Up @@ -79,7 +79,7 @@ metar_location <- function(x = "EPWA") {
}

message("Getting airport informaiton from the file downloaded from")
message("https://ourairports.com/data")
message("https://ourairports.com/data/")
message("created by David Megginson")
# check if x is a data frame
if(is.data.frame(x)){
Expand Down

0 comments on commit a6673b2

Please sign in to comment.