eq_location_clean: Functions to clean and plot earthquake data

Description Usage Arguments Details Value Examples

View source: R/functions.R

Description

Function to clean location column.

Usage

1

Arguments

loc_full

Char array to be cleaned

Details

This function receives an array of char containing locations and its countries joined, returning only the location part. This data is from 'The Significant Database Earthquake' of NOAA.

Value

A cleaned char array

Examples

1
## Not run: readr::read_delim("earthquakes.txt", delim = "\t") %>% eq_clean_data()

danielfsilva88/quakeTools documentation built on Sept. 13, 2020, 12:13 a.m.