README.md

Travis build status

Codecov test coverage

weatherstar

The goal of weatherstar is to read the current weather component(s) from "https://w1.weather.gov/xml/current_obs/" and record the information as data frame or plot it on an US map.

Installation

You can download the package "weatherstar" from github, then install (build) it with ctrl+shift+B.

Or you can also install the package using devtools:

library(devtools)
install_github("floatgreen/weatherstar")

Example

Followings are some examples which shows you how to use this package:

obhistory("KAMW")

plot_temp_history("KORD")

Shiny app

runShiny()


floatgreen/weatherstar documentation built on May 11, 2019, 3:12 p.m.