Details
The following items can be specified in the type argument.
regular: It will be announced on time.
extra: It will be announced at any time.
eqvol: Earthquakes and Volcanoes.
other: Other informations.
Examples
# \donttest{
read_kishou_feed("high", type = "regular")
#> # A tibble: 249 × 6
#> title id updated author content link
#> <chr> <chr> <dttm> <chr> <chr> <chr>
#> 1 大雨危険度通知 https://… 2024-09-12 00:47:34 気象庁 【大雨… http…
#> 2 警報級の可能性(明日まで) https://… 2024-09-12 00:45:00 金沢… 【石川… http…
#> 3 府県天気予報(R1) https://… 2024-09-12 00:40:00 新潟… 【新潟… http…
#> 4 大雨危険度通知 https://… 2024-09-12 00:37:33 気象庁 【大雨… http…
#> 5 大雨危険度通知 https://… 2024-09-12 00:27:34 気象庁 【大雨… http…
#> 6 府県天気概況 https://… 2024-09-12 00:22:32 富山… 【天気… http…
#> 7 府県天気予報(R1) https://… 2024-09-12 00:19:36 富山… 【富山… http…
#> 8 大雨危険度通知 https://… 2024-09-12 00:17:39 気象庁 【大雨… http…
#> 9 大雨危険度通知 https://… 2024-09-12 00:07:46 気象庁 【大雨… http…
#> 10 大雨危険度通知 https://… 2024-09-11 23:57:38 気象庁 【大雨… http…
#> # ℹ 239 more rows
read_kishou_feed("low", "other")
#> # A tibble: 423 × 6
#> title id updated author content link
#> <chr> <chr> <dttm> <chr> <chr> <chr>
#> 1 全般海上警報(臨時) http… 2024-09-11 23:31:17 気象庁 【全般… http…
#> 2 全般海上警報(臨時)(H29) http… 2024-09-11 23:31:17 気象庁 【全般… http…
#> 3 地方海上予報(H28) http… 2024-09-11 21:09:50 札幌… 【函館… http…
#> 4 地方海上予報(H28) http… 2024-09-11 21:09:50 仙台… 【仙台… http…
#> 5 地方海上予報(H28) http… 2024-09-11 21:09:50 気象庁 【東京… http…
#> 6 地方海上予報(H28) http… 2024-09-11 21:09:50 新潟… 【新潟… http…
#> 7 地方海上予報(H28) http… 2024-09-11 21:09:50 名古… 【名古… http…
#> 8 地方海上予報(H28) http… 2024-09-11 21:09:50 大阪… 【舞鶴… http…
#> 9 地方海上予報(H28) http… 2024-09-11 21:09:50 高松… 【神戸… http…
#> 10 地方海上予報(H28) http… 2024-09-11 21:09:50 福岡… 【福岡… http…
#> # ℹ 413 more rows
# }