R/clean_names.R

Defines functions clean_names

#' @export
clean_names <- function(x){
	toupper(str_remove_all(x, "[:punct:]"))
}
skoval/inmatch_api documentation built on Jan. 20, 2020, 4:14 a.m.