Learn R Programming

jmastats (version 0.3.0)

read_eqdb_csv: Read the csv of the earthquake database

Description

[Stable]

Usage

read_eqdb_csv(path, show_metadata = TRUE)

Value

a tbl object

Arguments

path

local file path to earthquake record file.

show_metadata

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

See Also

Examples

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

Run the code above in your browser using DataLab