Compute the Waffle House Index Value Based on Current Closed Location Data
The Waffle House Index was one of a series of metrics used by a former FEMA directory to gauge the severity of disasters. If a Waffle House closes, you know you’re hosed. Tools are provided to retrieve closure information and compute the Waffle House Index.
The following functions are implemented:
whi_compute
: Compute the Waffle House Index from list of open/closed storeswhi_get_loc_info
: Retrieve the current info on all Waffle House locationswhi_loc_list
: Retrieve main list of WH locations
remotes::install_gitlab("hrbrmstr/wafflehouseindex")
# or
remotes::install_github("hrbrmstr/wafflehouseindex")
NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.
library(wafflehouseindex)
# current version
packageVersion("wafflehouseindex")
## [1] '0.2.0'
Lang | # Files | (%) | LoC | (%) | Blank lines | (%) | # Lines | (%) |
---|---|---|---|---|---|---|---|---|
R | 7 | 0.88 | 73 | 0.9 | 35 | 0.7 | 41 | 0.59 |
Rmd | 1 | 0.12 | 8 | 0.1 | 15 | 0.3 | 28 | 0.41 |
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.