ALShum / rwunderground

A simple R package to get historical and forecast weather data
78 stars 14 forks source link

is_valid_airport function is not working on windows #40

Closed vectoranalytica closed 6 years ago

vectoranalytica commented 6 years ago

library(rwunderground) is_valid_airport('EISG')

Error in is_valid_airport("EISG") : could not find function "is_valid_airport"

erichare commented 6 years ago

is_valid_airport is an internal function - You can access it by calling:

rwunderground:::is_valid_airport('EISG')