OpenWeatherMap API Wrapper


[Up] [Top]

Documentation for package ‘owmr’ version 0.7.2

Help Pages

%$$% Render operator.
%>% Pipe operator.
add_owm_tiles Add owm tiles to leaflet map.
add_weather Add weather data to leaflet map.
cbind_weather Flatten weather column in data frame.
find_cities_by_geo_point Find cities by geo point.
find_city Find city by name or coordinates.
find_stations_by_geo_point Find stations by geo point.
flatten Flatten list.
flatten_weather Parse weather column to (single) data frame.
get_current Get current weather data for given city.
get_current_for_group Get current weather data for multiple cities.
get_current_from_station Get current weather data from given station.
get_forecast Get 3h forecast data.
get_forecast_daily Get daily forcast data up to 16 days.
get_icon_url Get icon url.
owmr owmr - An R interface to access OpenWeatherMap's API
owmr_settings owmr settings.
owm_cities owm city list containing ids and coordinates of cities.
owm_layers List available owm layers.
parse_columns Apply functions to columns.
pipe Pipe operator.
remove_prefix Remove prefices from column names.
render Render operator.
search_city_list Look up coordinates and city id in owm's city list.
tidy_up Tidy up owm data.
tidy_up_ Tidy up owm data.
use_underscore Substitute dots in column names with underscores.