read_eqdb_csv: Read the csv of the earthquake database

View source: R/read_eqdb.R

read_eqdb_csvR Documentation

Read the csv of the earthquake database

Description

[Stable]

Usage

read_eqdb_csv(path, show_metadata = TRUE)

Arguments

path

local file path to earthquake record file.

show_metadata

logical. If FALSE, returns only the values observed at each location.

Value

a tbl object

See Also

https://www.data.jma.go.jp/svd/eqdb/data/shindo/index.html

Examples

read_eqdb_csv(system.file("dummy/eqdb.csv", package = "jmastats"))

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