
Retrieve raw information from PHIVOLCS earthquake information bulletins
Source:R/eq_get_bulletins.R
eq_get_bulletin.RdRetrieve raw information from PHIVOLCS earthquake information bulletins
Examples
.url <- eq_build_url(.year = 2023, .month = "January")
urls <- eq_get_bulletin_links(.url)
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 31 Jan 202… 2 043 Ms 3.2 08.39°N… TECTO… ""
#> 2 31 Jan 202… 2 031 Ms 2.0 07.88°N… TECTO… ""
#> 3 31 Jan 202… 2 064 Ms 2.0 05.76°N… TECTO… ""
#> # ℹ 4 more variables: expect_damage <chr>, expect_aftershocks <chr>,
#> # date_time_issued <chr>, prepared_by <chr>