remove_countries: remove_countries

Description Usage Arguments Value Examples

Description

Removes from column LOCATION_NAME (a NOAA dataframe) the strings which representing a name of country.

Usage

1

Arguments

df

A dataframe containing NOAA Earthquake data

Value

A dataframe with column LOCATION_NAME modified

Examples

1
2
dfnew <- load_data()
dff <- remove_countries(dfnew)

constantin345/NOOA documentation built on May 16, 2019, 7:09 p.m.