eq_location_clean: Clean the LOCATION_NAME column of the earthquake dataset

Description Usage Arguments Value Examples

View source: R/cleandata.R

Description

Clean the LOCATION_NAME column of the earthquake dataset

Usage

1

Arguments

df_data

The earthquake dataframe as sent by the eq_clean_data function

Value

This function returns the earthquake dataframe with a cleaned LOCATION_NAME column in title case

Examples

1
2
3
4
## Not run: 
 df_cleaneddata <- eq_locationclean(readr::read_delim("earthquakes.tsv.gz",delim = "\t"))

## End(Not run)

pvisser82/earthquakedata documentation built on May 19, 2019, 3:05 a.m.