R/get_safe_path.R

Defines functions get_safe_path

get_safe_path <- function(p) {
  p <- gsub("\\\\", "/", p)
  p <- gsub("\\ ", "\\\\ ", p)

  return(p)
}
c5sire/kmerize documentation built on June 7, 2020, 9:26 p.m.