eq_create_label: Eq Create Label

Description Usage Arguments Value Examples

Description

Creates a label with column LOCATION_NAME, EQ_PRIMARY and TOTAL_DEATHS.

Usage

1

Arguments

data

A data.frame containing NOAA earthquake data.

Value

A string with LOCATION_NAME, EQ_PRIMARY and TOTAL_DEATHS.

Examples

1
2
3
4
5
## Not run: 
mexico.df<- mexico.df %>% dplyr::mutate(popup_text = eq_create_label(.))
eq_map(mexico.df, "popup_text")

## End(Not run)

GopalSeshadri/NOAA documentation built on May 30, 2019, 7:59 p.m.