#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.