Retrieve raw information from PHIVOLCS earthquake information bulletins
Source:R/eq_get_bulletins.R
eq_get_bulletin.Rd
Retrieve raw information from PHIVOLCS earthquake information bulletins
Examples
urls <- eq_get_bulletin_urls()
eq_get_bulletins(urls[1:3])
#> # A tibble: 3 × 11
#> date_time bulletin_number depth magnitude location origin reported_intensity
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 20 Aug 202… 1 011 Ms 2.0 08.02°N… TECTO… This is an afters…
#> 2 20 Aug 202… 1 009 Ms 1.7 08.38°N… TECTO… This is an afters…
#> 3 20 Aug 202… 1 014 Ms 1.5 08.22°N… TECTO… This is an afters…
#> # ℹ 4 more variables: expect_damage <chr>, expect_aftershocks <chr>,
#> # date_time_issued <chr>, prepared_by <chr>