eq_location_clean: Funcion for title case the Earthquake's Location Data-Name

Description Usage Arguments Value Examples

View source: R/capstoneproject.R

Description

Funcion for title case the Earthquake's Location Data-Name

Usage

1

Arguments

datfram

is the dataframe that contains location names written in Uper case

Value

a dataframe which contains the Eathquake data filtered required for mapping in a timeline the data and the Tittle Case Location

Examples

1
2
3
4
5
## Not run: 
filename<-system.file("data","earthquakes_data.txt.zip",package="capstone")
eq_location_clean(eq_clean_data(eq_data_read(filename)))

## End(Not run)

rainiercito/Mastering_Software_Development_in_R documentation built on May 6, 2019, 6:06 p.m.