Description Usage Arguments Value Examples
View source: R/location_clean.R
limpie la variable LOCATION_NAME y conviértala al primer formato en mayúsculas
1 | eq_location_clean(data, column)
|
data |
Dataset clean NOAA data frame. |
column |
The column LOCATION_NAME |
This function returns the raw NOAA data frame with the LOCATION_NAME columns cleaned
1 2 3 4 5 6 7 | ## Not run:
dataset = read_delim("data/signif.txt", delim = "\t")
dataset = eq_location_clean(data= input, column="LOCATION_NAME")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.