R/replace_internal_spaces.R

replace_internal_spaces <- function(x){
  gsub("\\s+", " ", x)
}
yshen-1/LReview documentation built on May 27, 2019, 7:40 a.m.