read_kishou_feed: Read Kishou Disaster Prevention Information Feed

View source: R/kishou_feed.R

read_kishou_feedR Documentation

Read Kishou Disaster Prevention Information Feed

Description

[Experimental]

Usage

read_kishou_feed(frequency, type)

Arguments

frequency

Release frequency. Select either high frequency ("high") or long term ("low")

type

Feed type. Specify the item to be retrieved as a string. See details for the items.

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.

Value

a tbl object

See Also

https://xml.kishou.go.jp

Examples


read_kishou_feed("high", type = "regular")
read_kishou_feed("low", "other")


jmastats documentation built on April 12, 2025, 1:38 a.m.