R/rpwsdata.R

#' A package using R to get and analyze data from Wunderground
#'
#' Contains S4 class WGround and Shiny interface to query and
#' visualize data
#' @author Siddhartha Jetti - 50\% & Atul Lal - 50\% 
#' @docType package
#' @import methods
#' @import shiny
#' @importFrom ggplot2 ggplot aes_string geom_point geom_boxplot
#' @importFrom leaflet leafletOutput renderLeaflet leaflet addTiles addMarkers
#' @references Hadley Wickham's book at \url{http://r-pkgs.had.co.nz/}
#' @name rpwsdata
NULL
siddhujetty/rpwsdata documentation built on May 29, 2019, 9:58 p.m.