You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
548 B

#' Orchestrate the Hidden API at F5 Weather
#'
#' F5 Weather has great data but terrible forecast table aesthetics.
#' Tools are provided to orchestrate and chart F5 Weather data.
#'
#' @md
#' @name f5wx
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
#' @import httr rvest stringi htmltools hrbrthemes ggplot2 xml2
#' @importFrom tibble as_tibble
#' @importFrom dplyr bind_rows mutate filter count rename left_join
#' @importFrom forcats fct_rev fct_inorder
#' @importFrom tidyr replace_na
#' @importFrom utils globalVariables
"_PACKAGE"