location_clean: Location cleaning function The function takes NOAA data and...

Description Usage Arguments Value Examples

Description

Location cleaning function The function takes NOAA data and cleans the LOCATION_NAME column by stripping out the country name (including the colon) and converting names to title case

Usage

1
location_clean(raw_data)

Arguments

raw_data

The raw NOAA dataset

Value

Dataset with cleaned LOCATION_NAME column

Examples

1
2
3
4
## Not run: 
  clean_data <- location_clean(raw_data)

## End(Not run)

balshaq/balshacapstone documentation built on May 25, 2019, 7:16 a.m.