eq_clean_data: Parameters and libraries needed for reading and cleaning the...

Description Usage Arguments Value Examples

View source: R/capstoneproject.R

Description

Parameters and libraries needed for reading and cleaning the Earthquake data function

Usage

1
eq_clean_data(datafram)

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

Examples

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

## End(Not run)

cunningloki/Mastering-Software-Development-in-R-Capstone documentation built on Dec. 19, 2021, 7:04 p.m.