R/replace_internal_spaces.R

Defines functions replace_internal_spaces

replace_internal_spaces <- function(x){
  gsub("\\s+", " ", x)
}
yshen-1/tidy_bibliometrics documentation built on May 28, 2019, 2:34 a.m.