Skip to contents

Process tabular data extracted from bulletins

Usage

eq_process_tables(eq_data_list)

eq_process_table(eq_data_list)

Arguments

eq_data_list

A list of tibble/s of raw earthquake data extracted from PHIVOLCS earthquake information monitoring HTMLs using eq_get_table.

Value

A tibble of processed earthquake data summaries.

Examples

eq_tab <- eq_get_tables()
eq_process_tables(eq_tab)
#> # A tibble: 1,483 × 7
#>    date_time_retrieved date_time           latitude longitude depth magnitude
#>    <dttm>              <dttm>                 <dbl>     <dbl> <dbl>     <dbl>
#>  1 2024-08-19 21:08:11 2024-08-20 04:58:00     8.02      127.    11       2  
#>  2 2024-08-19 21:08:11 2024-08-20 04:54:00     8.38      127.     9       1.7
#>  3 2024-08-19 21:08:11 2024-08-20 04:53:00     8.22      127.    14       1.5
#>  4 2024-08-19 21:08:11 2024-08-20 04:44:00     8.05      127.     7       2.3
#>  5 2024-08-19 21:08:11 2024-08-20 04:42:00     9.67      127.    17       2.5
#>  6 2024-08-19 21:08:11 2024-08-20 04:42:00     8.02      127.    17       1.2
#>  7 2024-08-19 21:08:11 2024-08-20 04:40:00     7.92      127.     5       2.2
#>  8 2024-08-19 21:08:11 2024-08-20 04:37:00     7.94      126.    11       2.3
#>  9 2024-08-19 21:08:11 2024-08-20 04:34:00    12.8       125.    25       1.9
#> 10 2024-08-19 21:08:11 2024-08-20 04:30:00     8.02      127.     9       2.5
#> # ℹ 1,473 more rows
#> # ℹ 1 more variable: location <chr>