eq_location_clean: Clean Data (Location)

Description Usage Arguments Value Examples

View source: R/eq_location_clean.R

Description

This function is a intermediate step to clean the raw data. The 'eq_clean_data' will use it behind the scenes to insert the column LOCATION.

Usage

1
eq_location_clean(clean_data)

Arguments

clean_data

A dataframe object returned by the eq_clean_data function

Value

Adds a new column to the DataFrame called LOCATION, following the specifications: Title Case and without country name.

Examples

1
## Not run: eq_location_clean(clean_data)

hsuzero/Rcapstone_w6 documentation built on Dec. 20, 2021, 4:50 p.m.