Description Usage Arguments Value Examples
Remove country and colomns from location information. Also convert names to title case
1  | 
data | 
 dataframe to clean-up with column LOCATION_NAME  | 
A dataframe with modified LOCATION_NAME column
1 2 3 4 5  | ## Not run: 
data <- readr::read_delim("./signif.txt", delim = "\t") %>%
  eq_location_clean()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.