read_eqdb_csv {jmastats} | R Documentation |
Read the csv of the earthquake database
Description
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"))
[Package jmastats version 0.2.1 Index]