R/misc.R

Defines functions rm_spaces

#' Miscellaneous functions
#'
rm_spaces <- function(x) {
  str_replace_all(x, " ", "")
}
ronkeizer/PFIMwrap documentation built on May 27, 2019, 1:50 p.m.