eq_location_clean: Clean LOCATION_NAME Column

Description Usage Arguments Value Examples

View source: R/eq_clean_data.r

Description

This function cleans the LOCATION_NAME column by stripping out the country name (including the colon) and converts names to title case.

Usage

1
eq_location_clean(eq_dataset_location)

Arguments

eq_dataset_location

A dataframe of NOAA significant earthquakes data

Value

A dataframe with a clean LOCATION_NAME Column

Examples

1
2
3
4
## Not run: 
 eq_loc_data <- eq_location_clean(eq_raw_data)

## End(Not run)

smallikarjun/MyEqVizPkg documentation built on May 30, 2019, 12:03 a.m.