current_weather_more: Read the Data of Multiple Airport Location

Description Usage Arguments Value Examples

View source: R/current_weather_more.R

Description

This function read the the weather information of Multiple airport from the website of NOAA's National Weather Service.

Usage

1

Arguments

id_vector

a vector of multiple airport codes

type

a vector of weather elements

Value

a data frame of the weather information

Examples

1
current_weather_more(c("KAMW", "KAIO", "KCID", "KCNC"), c("temp_f"))

floatgreen/airportweather documentation built on May 14, 2019, 3:06 a.m.