R/function.reformat_project_name.r

Defines functions reformat_project_name

#'
#'
reformat_project_name <- function(x)
  x %>% str_replace_all(pattern='_', replacement=' ') %>% str_to_upper()
ChristopherBarrington/seuratvis documentation built on Sept. 6, 2021, 11:39 p.m.