eq_location_clean: Clean location names in raw NOAA data

Description Usage Arguments Value Examples

View source: R/clean_data.R

Description

Clean location names in raw NOAA data

Usage

1
eq_location_clean(raw_noaa_df)

Arguments

raw_noaa_df

a dataframe containing raw NOAA data on significant earthquake. The data used for testing can be found in the object raw_noaa.

Value

a dataframe with a clean location column called LOCATION_NAME

Examples

1
clean_location_noaa <- eq_location_clean(raw_noaa)

ElliottMess/msdr documentation built on Dec. 17, 2021, 6:27 p.m.