Skip to contents

Parse alerts by municipality codes

Usage

parse_mun(alerts, progress = TRUE)

Arguments

alerts

tibble. Created with parse_feed()

progress

logical. Show progress bar.

Value

a tibble with municipality codes and alerts data

Examples

alerts <- parse_feed()
#> GET request successful. Parsing...
#>  ■■■■                              11% |  ETA: 21s
#>  ■■■■■■■■                          23% |  ETA: 18s
#>  ■■■■■■■■■■■■                      36% |  ETA: 16s
#>  ■■■■■■■■■■■■■■■                   47% |  ETA: 13s
#>  ■■■■■■■■■■■■■■■■■■                57% |  ETA: 11s
#>  ■■■■■■■■■■■■■■■■■■■■■■            70% |  ETA:  8s
#>  ■■■■■■■■■■■■■■■■■■■■■■■■■■        83% |  ETA:  4s
#>  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■     94% |  ETA:  2s
#> Error in loadNamespace(x): there is no package called ‘lubridate’
parse_mun(alerts)
#> Error: object 'alerts' not found