R/zzz.R

Defines functions clean_str

clean_str <- function(x) {
  gsub("\n", "", x)
}
ropensci/proj documentation built on May 18, 2022, 5:41 p.m.